codalab / worksheets-examples

Examples and tutorials for CodaLab Worksheets.
38 stars 19 forks source link

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

Open ZoeyChen-lab opened 4 years ago

ZoeyChen-lab commented 4 years ago

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 "", line 1, in File "/tmp/pip-install-owk65qlh/codalab/setup.py", line 5, in from codalab.common import CODALAB_VERSION File "/tmp/pip-install-owk65qlh/codalab/codalab/common.py", line 7, in 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