执行步骤是Install torchsearchsorted by cd torchsearchsorted then pip install .
但是安装不上,报错为
ERROR: Command errored out with exit status 1:
command: /home/nus/anaconda3/envs/nerf_pl/bin/python3.8 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-15j5ewca/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-15j5ewca/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-rxepajt2
cwd: /tmp/pip-req-build-15j5ewca/
Complete output (293 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/torchsearchsorted
copying src/torchsearchsorted/searchsorted.py -> build/lib.linux-x86_64-3.8/torchsearchsorted
copying src/torchsearchsorted/utils.py -> build/lib.linux-x86_64-3.8/torchsearchsorted
copying src/torchsearchsorted/__init__.py -> build/lib.linux-x86_64-3.8/torchsearchsorted
百度不到,求教各位高手
--
FROM 120.230.44.*