3

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
  • 1
    You need to install scitools using pip3 in order to use it using python3 Commented Nov 30, 2016 at 0:49
  • @MoinuddinQuadri Thank you for your quick reply. I have made an edit with a screenshot. I get an error saying that there was no matching distribution for scitools Commented Nov 30, 2016 at 0:55

2 Answers 2

2

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

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you very much for your help. I will not wait around! lol :)
2

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

1 Comment

Thank you very much for your time and quick answer! :)

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.