Thread: Numpy error
View Single Post
  #1  
Old 02-22-2013, 03:14 PM
mhtong mhtong is offline
Member
 
Join Date: Sep 2012
Posts: 6
Numpy error

I've tried on two machines to install Numpy 1.7. (One had 1.6.3 successfully installed before, the other has no Numpy installed.)

I always get an error about the install-record being in use by another process. I've tried running Vizard as an administrator to see if that helped, but no luck.

Here's the tail end of the log.
warning: no files found matching 'SConstruct' under directory 'numpy'
warning: no files found matching 'SConscript' under directory 'numpy'
re-writing list of installed files to 'c:\users\mhtong.cps\appdata\local\temp\pip-7y01u8-record\install-record.txt'
Could not find .egg-info directory in install record for numpy>1.7.0
Exception:
Traceback (most recent call last):
File "C:\Program Files (x86)\WorldViz\Vizard4\bin\lib\site-packages\pip\basecommand.py", line 126, in main
self.run(options, args)
File "C:\Program Files (x86)\WorldViz\Vizard4\bin\lib\site-packages\pip\commands\install.py", line 228, in run
requirement_set.install(install_options, global_options)
File "C:\Program Files (x86)\WorldViz\Vizard4\bin\lib\site-packages\pip\req.py", line 1093, in install
requirement.install(install_options, global_options)
File "C:\Program Files (x86)\WorldViz\Vizard4\bin\lib\site-packages\pip\req.py", line 598, in install
os.remove(record_filename)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: 'c:\\users\\mhtong.cps\\appdata\\local\\temp\\pip-7y01u8-record\\install-record.txt'

Storing complete log in C:\Users\mhtong.CPS\AppData\Roaming\pip\pip.log
Reply With Quote