admin 管理员组文章数量: 1086019
I'm trying to install a couple of python modules I need in a conda environment. Particularly deepspeed ran into the issue that I apparently did not have NVCC installed, so I installed it with
conda install -c nvidia cuda-compiler
after which I got a message that read like this:
C:\TortoiseTTS>CALL C:\Users\FuckOffWindows\miniconda3\envs\tortoise-voice\etc\conda\activate.d\vs2017_get_vsinstall_dir.bat
Did not find VSINSTALLDIR
Windows SDK version found as: "10.0.22621.0"
The system cannot find the path specified.
Did not find VSINSTALLDIR
I think the issue is that I don't have visual studio 2017 and I can't download the old build tools because I don't have a subscription. Is there any way I can get this to work with VS2022?
I tried reinstalling the packages, installing the VS2022 build tools, and deleting the 2019 Visual studio I still had installed.
版权声明:本文标题:conda - Visual studio version related error when trying to install python modules using anaconda - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://roclinux.cn/p/1744082683a2530545.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论