Carol Willing added the comment:

I am unable to pip install scipy, numpy, or pandas using 3.5.0 on OS X 10.10.4.

After installing Python 3.5 using the installer downloaded from Python.org 
page, I created a virtualenv using `pyvenv myscipy` and activated with `source 
myscipy\bin\activate`. `python -V` returns 3.5.0.

`pip install scipy` succeeds in `Collecting scipy` and downloading 100% of 
file. It hangs after that indication for 1m 21s with no warnings or errors. 
Cancelled the operation. I tried with scipy, numpy, pandas with no success. I 
also tried `python -m pip install scipy==0.16` and it also stalled with no 
warning or errors.

`pip search` and `pip install flask` worked fine in the 3.5 virtualenv.

----------
nosy: +willingc
priority: normal -> high
stage:  -> needs patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25088>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to