pip install networkx 1.11

3,382 views
Skip to first unread message

Lee Junkyu

unread,
Apr 30, 2018, 4:26:28 PM4/30/18
to networkx-discuss
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,

Jarrod Millman

unread,
Apr 30, 2018, 5:00:57 PM4/30/18
to networkx...@googlegroups.com
pip install --user networkx==1.11
> --
> You received this message because you are subscribed to the Google Groups
> "networkx-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to networkx-discu...@googlegroups.com.
> To post to this group, send email to networkx...@googlegroups.com.
> Visit this group at https://groups.google.com/group/networkx-discuss.
> For more options, visit https://groups.google.com/d/optout.

krishnaswamy. V.K.D.

unread,
May 17, 2019, 8:16:55 AM5/17/19
to networkx-discuss

pip install networkx==1.11

this works even 2 or above was installed

On Tuesday, 1 May 2018 02:30:57 UTC+5:30, JARROD MILLMAN wrote:
pip install --user networkx==1.11

On Mon, Apr 30, 2018 at 12:50 PM, Lee Junkyu <junky...@gmail.com> wrote:
> 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,
>
> --
> You received this message because you are subscribed to the Google Groups
> "networkx-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
Reply all
Reply to author
Forward
0 new messages