-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows10安装的两个错误解决办法,最终运行成功 #314
Comments
你好,请问你在Windows上实现代码需要安装什么?比如wsl2或者dockers等,我观察这份代码需要在 Ubuntu,希望大佬回复,谢谢 |
按照我的步骤来可以部署成功,不需要wsl2和docker吧。 Ubuntu上我没试过 |
大佬,这个是否可以运行自己的数据集,我看了评论说需要更改以及添加新代码进去 |
只用官方的try了一下,一般般 |
就是使用那个PIL对吧,那我去试试看 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
报错:
1 Could not find MSVC/GCC/CLANG installation on this computer.
Additional MSVC path in sustom_ops.py #137
参考 #137
增加这一行:
'C:/ Program Files*/Microsoft Visual Studio//Preview/VC/Tools/MSVC//bin/Hostx64/x64',
2 报错 Error building extension 'bias_act_plugin',,,ImportError: DLL load failed while importing bias_act_plugin: 找不到指定的模块。
参考:#146
solved by uninstalling latest CUDA 12.x and installing CUDA 11.8
download CUDA 11.8 here: https://developer.nvidia.com/cuda-11-8-0-download-archive?target_os=Windows&target_arch=x86_64&target_version=11&target_type=exe_local
下载后精简安装即可
windos10, local安装
The text was updated successfully, but these errors were encountered: