-
Notifications
You must be signed in to change notification settings - Fork 63
pip install yotta fails with pip v10 (due to project_generator dependency) #835
Comments
As progen was updated (thanks @microbit-carlos for the fix). Valinor should probably be updated to use the latest version (there's now 'project_generator>=0.8.0,<0.9.0',) and the fix is in 0.9.11 I can even propagate the fix to 0.8.x ? |
There's a dependency incompatibility issue which causes the `RUN pip install -r https://raw.githubusercontent.com/kubos/kubos-cli/master/requirements.txt` command to fail: ARMmbed/yotta#835 Forcing the pip install to remain at v9 until the issue is resolved
There's a dependency incompatibility issue which causes the `RUN pip install -r https://raw.githubusercontent.com/kubos/kubos-cli/master/requirements.txt` command to fail: ARMmbed/yotta#835 Forcing the pip install to remain at v9 until the issue is resolved (This is the same fix as kubos/kubos#79)
I believe this can be closed? |
If the dependencies have been fixed and their version updated in the respective master branches, then it hasn't been published to PyPI yet. On a new environment with pip 10.0.1, trying to
Probably better to keep it open until pip install works. |
when i use "pip install yotta " : what i should do ?
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/rc/78dl9vfd3fd0ppwjl0zjlph00000gn/T/pip-install-gq_hc0/project-generator/ |
The easiest way to get around it at the moment is to install an older version of pip, the latest v9 should work. |
I published 0.8.17 that addresses this issue (cherry picked fix from 0.9.x). That should resolve this Please close |
Just tried it and |
Thanks! |
Please feel free to close this issue, as the problem is not directly caused by yotta itself, but since it will affect users trying to install yotta I though it would be useful to have some info and visibility here.
pip install with pip v10 (released on the 14th of April) will fail when trying to install dependency
project_generator
:This has already been reported in the
project_generator
issue tracker, with more info over there: project-generator/project_generator#440The text was updated successfully, but these errors were encountered: