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

I cant install condalab in Python3. Please help! #7

Open
ZoeyChen-lab opened this issue Apr 1, 2020 · 0 comments
Open

I cant install condalab in Python3. Please help! #7

ZoeyChen-lab opened this issue Apr 1, 2020 · 0 comments

Comments

@ZoeyChen-lab
Copy link

ZoeyChen-lab commented Apr 1, 2020

The error is shown as below:
ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-owk65qlh/codalab/setup.py'"'"'; __file__='"'"'/tmp/pip-install-owk65qlh/codalab/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-owk65qlh/codalab/pip-egg-info cwd: /tmp/pip-install-owk65qlh/codalab/ Complete output (7 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-owk65qlh/codalab/setup.py", line 5, in <module> from codalab.common import CODALAB_VERSION File "/tmp/pip-install-owk65qlh/codalab/codalab/common.py", line 7, in <module> import httplib ImportError: No module named 'httplib' ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

I try 'pip3 install httplib',but fail
ERROR: Could not find a version that satisfies the requirement httplib (from versions: none) ERROR: No matching distribution found for httplib

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

1 participant