【pip】解决ERROR: Could not build wheels for pycuda which use PEP 517 and cannot be installed directly

参考:https://stackoverflow.com/questions/64038673/could-not-build-wheels-for-which-use-pep-517-and-cannot-be-installed-directly

 

1.环境

ubuntu16.04

2.问题

安装pycuda:

ERROR: Could not build wheels for pycuda which use PEP 517 and cannot be installed directly

3.解决

参考:https://stackoverflow.com/questions/64038673/could-not-build-wheels-for-which-use-pep-517-and-cannot-be-installed-directly

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pycuda --no-binary :all:

 

你可能感兴趣的:(pip,pip)