couchdbkit icon indicating copy to clipboard operation
couchdbkit copied to clipboard

pip install in windows (python3) returns errors

Open paweueck opened this issue 8 years ago • 2 comments

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

paweueck avatar Jun 13 '17 08:06 paweueck

I'm also experiencing this issue :(

TerabyteTiger avatar Feb 27 '20 16:02 TerabyteTiger

python 2.x is leaving/left us, support to python should be a must if this project is still alive

domdinicola avatar May 18 '20 16:05 domdinicola