-
Notifications
You must be signed in to change notification settings - Fork 21
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
subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1. #3
Comments
I met the same problem. Have you solve it? |
Can you point to the specific problem please? What is the error that you receive? |
I have the same problem:
Traceback (most recent call last): |
then I followed this
Traceback (most recent call last): I use cuda 11 and llooking at this i think it's a driver prob;lem |
Hi, I think maybe this package can not use in windows system. Currently, I am using it in Linux system, and no errors have been reported. Therefore, I recommend you try it on linux system. Hope this information can be helpful. |
I could solve the issues by reinstalling the python dependencies with the commands below. Hopefully it will work for you too. Please let me know if this still doesn't work.
|
there is a problem when running with the pycharm in windows
The text was updated successfully, but these errors were encountered: