Skip to content

Source distribution is not available on pypi after 0.6.1 #55

@HiroIshida

Description

@HiroIshida

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions