首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
您找到你想要的搜索结果了吗?
是的
没有找到

AlphAction编译不通过问题:error: command ‘:/home/yst/cudas/cuda-10.0/bin/nvcc‘ failed with exit status 1「建议收

按照AlphAction官方地址中INSTALL.md一步一步执行,到最后一步pip install -e .总是报错,大片红色,换了台工作站还是不行,并且两台报错还不一样。 目前已解决问题这台工作站配置是Ubuntu16.04,CUDA=10.0,Pytorch=1.4,使用Anaconda管理环境。 完整报错描述: error: command ':/home/yst/cudas/cuda-10.0/bin/nvcc' failed with exit status 1 ---------------------------------------- ERROR: Command errored out with exit status 1: /home/yst/anaconda3/envs/alphaction/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/yst/MyProject/AlphAction/setup.py'"'"'; __file__='"'"'/home/yst/MyProject/AlphAction/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps Check the logs for full command output.

02
领券