Hello Everyone,
I need to install networkx 1.11 because some of my scrips (python 2.7) are relying on that specific version (could be 1.10 but not working on 2.10).
I tried $ pip install networkx-1.11 but I failed.
The system is not my desktop, so I don't think I can download source and compile.
$ pip install --user networkx-1.11
Collecting networkx-1.11
Could not find a version that satisfies the requirement networkx-1.11 (from versions: )
No matching distribution found for networkx-1.11
You are using pip version 7.1.2, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Is there any way to install 1.11 via pip?
Thanks,