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

蔚落 2022-11-18 10:56 669阅读 0赞

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

1.环境

  1. ubuntu16.04

2.问题

安装pycuda:

  1. 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

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

发表评论

表情:
评论列表 (有 0 条评论,669人围观)

还没有评论,来说两句吧...

相关阅读