Python: how to get different versions of python to access the same modules?

296 views Asked by At

I use a mac, and I have two versions of python (2.7 and 3.5). I installed scitools using pip and import from scitools import * works with 2.7 but not 3.5. I was wondering if it's because of links or something. I have included a screenshot. Thank you!

enter image description here

EDIT:

pip3 install scitools gives:

enter image description here

2

There are 2 answers

1
wim On BEST ANSWER

scitools requires Python 2.7 (source: github). It's apparently not actively maintained, so don't wait around for Python 3 support.

1
Mo84 On

As you can read on https://github.com/hplgit/scitools , the module dependencies are Python2.7 and numpy.