We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I suggest you distribute the whl file, not only the source code when publishing the package to pypi.
It makes building cross compatible packages that include all wheel files possible for everyone.
For instance, trying to run (from a Windows machine):
pip download --only-binary=:all: --platform manylinux_2_17_x86_64 .
On a setup.py that has pygnmi willl fail with
setup.py
pygnmi
Could not find a version that satisfies the requirement pygnmi (from <package>) (from versions: none)
The text was updated successfully, but these errors were encountered:
Hey @dlopes7 , That sounds good, we will add it to the next release.
Sorry, something went wrong.
No branches or pull requests
I suggest you distribute the whl file, not only the source code when publishing the package to pypi.
It makes building cross compatible packages that include all wheel files possible for everyone.
For instance, trying to run (from a Windows machine):
pip download --only-binary=:all: --platform manylinux_2_17_x86_64 .
On a
setup.py
that haspygnmi
willl fail withThe text was updated successfully, but these errors were encountered: