Skip to content

error: Could not find suitable distribution for Requirement.parse('cmlibs.argon-0.4.1') #64

@Jasmine969

Description

@Jasmine969

I downloaded v0.4.0 ZIP file and executed pip .\setup.py install. The following error was given:

Processing dependencies for cmlibs.widgets==0.4.0
Searching for cmlibs.argon>=0.4.0
Reading https://pypi.python.org/simple/cmlibs.argon/
Couldn't find index page for 'cmlibs.argon' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or working download links found for cmlibs.argon>=0.4.0
error: Could not find suitable distribution for Requirement.parse('cmlibs.argon>=0.4.0')

So I tried to install cmlibs manually by executing pip install cmlibs.argon. It downloaded the wheel file successfully, but another error was then given:

Could not find a version that satisfies the requirement cmlibs.zinc (from cmlibs.argon) (from versions: )
No matching distribution found for cmlibs.zinc (from cmlibs.argon)

How can I install them properly? Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions