Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Supported Platforms to setup.py #21

Open
vfrank66 opened this issue Jan 14, 2022 · 1 comment
Open

Add Supported Platforms to setup.py #21

vfrank66 opened this issue Jan 14, 2022 · 1 comment

Comments

@vfrank66
Copy link

While installing kiner for some lambda functions my pip install does not accept kiner 0.8.0 but instead only accepts 0.6.4, 0.6.2

ERROR: Could not find a version that satisfies the requirement kiner==0.8.0 (from versions: 0.6.2, 0.6.4)

pip3 install -r requirements-temp.txt \
      --platform manylinux1_x86_64 \
      --only-binary=:all: 

I think it is related to setup.py can you add the supported platforms or add
platforms=['any'],

Here is an example: https://github.com/pandas-dev/pandas/blob/main/setup.cfg#L11

@davidgasquez
Copy link
Contributor

Heya @vfrank66! Thanks for opening the issue. Would you be up for sending a PR with the prosposed changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants