You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: