You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
While, on ARM machine available latest version is 0.0.12 and newer versions are not available
The text was updated successfully, but these errors were encountered: