pip install in windows (python3) returns errors
- Dominant language
- Python
- Stars
- 263
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
C:\WINDOWS\system32>pip install couchdbkit
Collecting couchdbkit
Using cached couchdbkit-0.6.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\paweueck\AppData\Local\Temp\pip-build-32bitqqx\couchdbkit\setup.py", line 25, in
long_description = file(
NameError: name 'file' is not defined
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\paweueck\AppData\Local\Temp\pip-build-32bitqqx\couchdbkit\
I also tried installing with conda but it also does not work...
C:\WINDOWS\system32>conda install couchdbkit
Fetching package metadata .............
PackageNotFoundError: Package missing in current win-64 channels:
- couchdbkit
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.