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!