Skip to content
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

Open
xinmans opened this issue Jul 9, 2023 · 5 comments
Open

windows10安装的两个错误解决办法,最终运行成功 #314

xinmans opened this issue Jul 9, 2023 · 5 comments

Comments

@xinmans
Copy link

xinmans commented Jul 9, 2023

报错:

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安装

@xhlho
Copy link

xhlho commented Nov 22, 2023

你好,请问你在Windows上实现代码需要安装什么?比如wsl2或者dockers等,我观察这份代码需要在 Ubuntu,希望大佬回复,谢谢

@xinmans
Copy link
Author

xinmans commented Nov 22, 2023

你好,请问你在Windows上实现代码需要安装什么?比如wsl2或者dockers等,我观察这份代码需要在 Ubuntu,希望大佬回复,谢谢

按照我的步骤来可以部署成功,不需要wsl2和docker吧。

Ubuntu上我没试过

@xhlho
Copy link

xhlho commented Nov 23, 2023

大佬,这个是否可以运行自己的数据集,我看了评论说需要更改以及添加新代码进去

@xinmans
Copy link
Author

xinmans commented Nov 23, 2023

大佬,这个是否可以运行自己的数据集,我看了评论说需要更改以及添加新代码进去

只用官方的try了一下,一般般

@xhlho
Copy link

xhlho commented Nov 23, 2023

就是使用那个PIL对吧,那我去试试看

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants