Re: [jgrapht-users] Using JgraphT using Pyhton 3.8.3 and ubuntu 14.04
Brought to you by:
barak_naveh,
perfecthash
From: Dimitrios M. <dim...@gm...> - 2020-07-03 13:30:40
|
Just for future reference, the following post https://stackoverflow.com/questions/2812520/dealing-with-multiple-python-versions-and-pip contains answers on how to use pip with different versions of python. On Wed, Jul 1, 2020 at 12:50 PM Dimitrios Michail < dim...@gm...> wrote: > Moreover, you are using an old ubuntu system which has python 2 as the > default. > Make sure that you use python3 and pip3. > > > > On Wed, Jul 1, 2020 at 12:30 PM Dimitrios Michail < > dim...@gm...> wrote: > >> You need to follow the instructions here >> >> https://python-jgrapht.readthedocs.io/en/jgrapht-1.5.0.0/install.html >> >> Pip version must be >= 19.0, otherwise it tries to build from source. >> Use `pip install --upgrade pip` before installing >> >> >> On Wed, Jul 1, 2020 at 2:59 AM Muhsin Atto <dar...@gm...> wrote: >> >>> Hi Sir, >>> >>> I would like to use JgraphT package using Python 3.8.3 and Ubuntu 14.04 >>> When I am typing this: pip install jgrapht >>> >>> It says your version must be greater than 3.6. Given error is attached >>> in this email. But my python version is the blast one (3.8.3). >>> >>> When I'm typing this: python --version >>> This is give: >>> dlo@Dlo:~$ python --version >>> Python 3.8.3 >>> >>> >>> Could you please help me how to install JgraphT into my Ubuntu. >>> >>> Regards >>> Muhsin >>> _______________________________________________ >>> jgrapht-users mailing list >>> jgr...@li... >>> https://lists.sourceforge.net/lists/listinfo/jgrapht-users >>> >> |