google-code-export / winpython

Automatically exported from code.google.com/p/winpython
2 stars 1 forks source link

Cannot upgrade numpy #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download numpy-MKL-1.7.0.win-amd64-py2.7.‌exe from 
http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
2. Launch WinPython Control Panel
3. Select numpy-MKL-1.7.0.win-amd64-py2.7.‌exe
4. Click Install Packages
5. You will receive an error message that access to mtrand.pyd is denied
6. Exit WinPython Control Panel
7. WinPython Control Panel and Spyder will now both fail to load

Process Explorer shows both mtrand.pyd and multiarray.pyd to be locked by 
python.exe when WinPython Control Panel is running.

What is the expected output? What do you see instead?
I would expect to be able to upgrade numpy.  Instead the install fails then 
neither WinPython Control Panel nor Spyder will launch.

What version of the product are you using? On what operating system?
WinPython-64bit-2.7.3.3 on Windows 7 64bit SP1

Please provide any additional information below.

Original issue reported on code.google.com by ableC...@gmail.com on 11 Feb 2013 at 8:29

GoogleCodeExporter commented 9 years ago

Original comment by pierre.raybaut on 11 Feb 2013 at 8:55

GoogleCodeExporter commented 9 years ago
This is unfortunate and is probably related to the fact that NumPy is a 
dependency of Spyder which is used here as an embedded Python console for 
debugging.

This is probably a bad idea to embed a sophisticated console in this 
application.

I'll remove it later.

In the meantime, you may upgrade NumPy using the command line tool 'wppm'.

Original comment by pierre.raybaut on 17 Feb 2013 at 12:16

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 8a91fcbe38ab.

Original comment by pierre.raybaut on 17 Feb 2013 at 2:42

GoogleCodeExporter commented 9 years ago

Original comment by pierre.raybaut on 17 Feb 2013 at 2:44

GoogleCodeExporter commented 9 years ago

Original comment by pierre.raybaut on 21 Apr 2013 at 8:14

GoogleCodeExporter commented 9 years ago

Original comment by pierre.raybaut on 2 May 2013 at 8:17