Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install in windows (python3) returns errors #193

Open
paweueck opened this issue Jun 13, 2017 · 2 comments
Open

pip install in windows (python3) returns errors #193

paweueck opened this issue Jun 13, 2017 · 2 comments

Comments

@paweueck
Copy link

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
@TerabyteTiger
Copy link

I'm also experiencing this issue :(

@domdinicola
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants