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

Source distribution is not available on pypi after 0.6.1 #55

Open
HiroIshida opened this issue Dec 21, 2022 · 0 comments
Open

Source distribution is not available on pypi after 0.6.1 #55

HiroIshida opened this issue Dec 21, 2022 · 0 comments

Comments

@HiroIshida
Copy link

HiroIshida commented Dec 21, 2022

According to https://pypi.org/project/python-fcl/0.0.12/#files, after 0.6.1, no source distribution is released on pypi. This results in failure in pip installing from any ARM machine because wheel distribution is not released in the first place.

Could you release the source distribution when you have time? @mjd3 @mmatl

In fact, On x86 marchine latest version is available

h-ishida@stonep:~$ pip3 install python-fcl==whatever-version
ERROR: Could not find a version that satisfies the requirement python-fcl==whatever-version (from versions: 0.0.4, 0.0.6, 0.0.7, 0.0.9, 0.0.10, 0.0.11, 0.0.12, 0.6.1, 0.6.11, 0.7.0, 0.7.0.1)
ERROR: No matching distribution found for python-fcl==whatever-version

While, on ARM machine available latest version is 0.0.12 and newer versions are not available

h-ishida@a5e40f79ba8e:~/python-fcl$ pip3 install python-fcl==whatever-version
ERROR: Could not find a version that satisfies the requirement python-fcl==whatever-version (from versions: 0.0.4, 0.0.6, 0.0.7, 0.0.9, 0.0.10, 0.0.11, 0.0.12)

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

1 participant