python-fcl
python-fcl copied to clipboard
Source distribution is not available on pypi after 0.6.1
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)