0

I am trying to install scipy for 3.6, but i get an error:

"scipy.....whl is not supported on this platform."

I have been attempting to do this via my scripts and using pip install but i am unsure why this is not working.

5
  • OS? Full wheel name? Commented Sep 6, 2017 at 0:39
  • scipy-0.19.1-cp36-cp36m-win_amd64.whl on Windows 64bit Commented Sep 6, 2017 at 0:41
  • Did you install 32-bit or 64-bit Python 3.6? What was the command to install? Was it something like C:\Python36\Scripts\pip.exe install scipy-0.19.1-cp36-cp36m-win_amd64.whl? Commented Sep 6, 2017 at 0:44
  • pip install scipy-0.19.1-cp36-cp36m-win_amd64.whl Commented Sep 6, 2017 at 0:46
  • i have python 36-32 but im on a 64 bit system Commented Sep 6, 2017 at 0:46

1 Answer 1

2

For 32-bit Python you need scipy‑0.19.1‑cp36‑cp36m‑win32.whl. To install scipy‑0.19.1‑cp36‑cp36m‑win_amd64.whl you need 64-bit Python.

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.