python-fcl icon indicating copy to clipboard operation
python-fcl copied to clipboard

Source distribution is not available on pypi after 0.6.1

Open HiroIshida opened this issue 2 years ago • 0 comments

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)

HiroIshida avatar Dec 21 '22 05:12 HiroIshida