can't pip install
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 545
- PR merge metrics
- No merged PRs in 30d
Description
I can't pip install pyhive on a windws box:
C:\Users\atrombley>pip install pyhive
Downloading/unpacking pyhive
Running setup.py (path:c:\users\atromb~1\appdata\local\temp\2\pip_build_atromb
ley\pyhive\setup.py) egg_info for package pyhive
Downloading/unpacking future (from pyhive)
Running setup.py (path:c:\users\atromb~1\appdata\local\temp\2\pip_build_atromb
ley\future\setup.py) egg_info for package future
```
warning: no files found matching '*.au' under directory 'tests'
warning: no files found matching '*.gif' under directory 'tests'
warning: no files found matching '*.txt' under directory 'tests'
```
Installing collected packages: pyhive, future
Running setup.py install for pyhive
Could not find .egg-info directory in install record for pyhive
Cleaning up...
Exception:
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\pip\basecommand.py", line 122, in main
status = self.run(options, args)
File "C:\Python27\lib\site-packages\pip\commands\install.py", line 283, in run
```
requirement_set.install(install_options, global_options, root=options.root_p
```
ath)
File "C:\Python27\lib\site-packages\pip\req.py", line 1435, in install
requirement.install(install_options, global_options, _args, *_kwargs)
File "C:\Python27\lib\site-packages\pip\req.py", line 749, 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\atromb~1\appdata\local\temp\2\pip-ndmn
vn-record\install-record.txt'
Storing debug log for failure in C:\Users\atrombley\pip\pip.log
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.