[RELENG-147] Python package networkx fails to install in autorelease job Created: 04/Jun/20 Updated: 05/Jun/20 Resolved: 05/Jun/20 |
|
| Status: | Closed |
| Project: | releng |
| Component/s: | Autorelease |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Story | Priority: | Medium |
| Reporter: | Thanh Ha (zxiiro) | Assignee: | Thanh Ha (zxiiro) |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Looks like our determine merge order check script is failing quietly due to networkx package being unavailable to it. Collecting networkx
Downloading https://nexus3.opendaylight.org/repository/PyPi/packages/bf/63/7b579dd3b1c49ce6b7fd8f6f864038f255201410905dd183cf7f4a3845cf/networkx-2.4.tar.gz (1.5MB)
Complete output from command python setup.py egg_info:
NetworkX 2.3+ requires Python 3.5 or later (2.7 detected).
For Python 2.7, please install version 2.2 using:
$ pip install 'networkx==2.2'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-pk1GOR/networkx/
|