FredHutch / easybuild-life-sciences

Howto and implementation documentation
https://fredhutch.github.io/easybuild-life-sciences/
21 stars 6 forks source link

Please insure ipython is functional in Python 3 builds #83

Closed bmcgough closed 6 years ago

bmcgough commented 6 years ago

I am not sure of the dependency chain for ipython at this point, what with the jupyter split. It is possible he PyPi metadata is wrong.

Test with 'ipython' and 'ipython3' on the command line.

fizwit commented 6 years ago

Python 2.7.14 was missing a few modules required by ipython5.5. The missing modules have been added to 2.7.14 and tested. Python 2 will have to remain at iPython version 5.5. ipython from Python 3.6.3 has also been tested and works.

Python-2.7.14-foss-2016b-fh1.eb:    'ipython', '5.5.0'
Python-3.6.0-foss-2016b.eb:    'ipython', '5.1.0'
Python-3.6.1-foss-2016b-fh3.eb:    'ipython', '6.1.0'
Python-3.6.1-foss-2016b-spyder.eb:    'ipython', '6.1.0'
Python-3.6.3-foss-2016b-fh1.eb:    'ipython', '6.2.1'