From: Patrick G. <pg...@ma...> - 2018-06-26 17:56:02
|
The default python on Ubuntu 18.04 seems to still be 2.7: cnsit@rossmann:/usr/bin$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04 LTS" cnsit@rossmann:/usr/bin$ ls -l python lrwxrwxrwx 1 root root 9 May 8 12:15 python -> python2.7 On 06/25/2018 05:44 PM, Jose Miguel de la Rosa Trevin wrote: > Hi Bruno, > > Maybe Ubuntu 18 comes with Python 3 by default? Although we have tested > the install with it. > Did you search about this error in Ubuntu? Just in case could give us > some hint. > > Best, > Jose Miguel > > > On Mon, Jun 25, 2018 at 10:04 PM Bruno Matsuyama > <bru...@gm... <mailto:bru...@gm...>> wrote: > > Hello, > > I'm having some trouble to install scipion and I hope that somebody > here can help me. I'm using Ubuntu 18.04, and after installing the > dependencies, when I tried to generate the configuration files, I > get the following message: > > ./scipion config > > Traceback (most recent call last): > File "./scipion", line 34, in <module> > import subprocess > File "/usr/lib/python2.7/subprocess.py", line 72, in <module> > import select > ImportError: No module named select > > Did someone had the same error or know how to fix it ? > > Best Regards, > > Bruno > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! > http://sdm.link/slashdot_______________________________________________ > scipion-users mailing list > sci...@li... > <mailto:sci...@li...> > https://lists.sourceforge.net/lists/listinfo/scipion-users > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > > _______________________________________________ > scipion-users mailing list > sci...@li... > https://lists.sourceforge.net/lists/listinfo/scipion-users > |