Open Mandule opened 4 years ago
pip install -v --no-cache-dir --global-option="--pyprof" --global-option="--cpp_ext" --global-option="--cuda_ext" ./
ERROR: Command errored out with exit status 1: /home/lj/miniconda3/envs/py37/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-19v2mexv/setup.py'"'"'; file='"'"'/tmp/pip-req-build-19v2mexv/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' --pyprof --cpp_ext --cuda_ext install --record /tmp/pip-record-4hegfng7/install-record.txt --single-version-externally-managed --compile --install-headers /home/lj/miniconda3/envs/py37/include/python3.7m/apex Check the logs for full command output.
do you have setuptools install?
I have setuptools installed and got this error. Might be related to https://github.com/NVIDIA/apex/issues/805
pip install -v --no-cache-dir --global-option="--pyprof" --global-option="--cpp_ext" --global-option="--cuda_ext" ./
ERROR: Command errored out with exit status 1: /home/lj/miniconda3/envs/py37/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-19v2mexv/setup.py'"'"'; file='"'"'/tmp/pip-req-build-19v2mexv/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' --pyprof --cpp_ext --cuda_ext install --record /tmp/pip-record-4hegfng7/install-record.txt --single-version-externally-managed --compile --install-headers /home/lj/miniconda3/envs/py37/include/python3.7m/apex Check the logs for full command output.