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

subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1. #17

Open
WindMirror1108 opened this issue Oct 30, 2021 · 2 comments

Comments

@WindMirror1108
Copy link

how to solve it? thanks

@Zhtuzki
Copy link

Zhtuzki commented Nov 5, 2021

Hello, I also have this problem. How did you solve it? Thank you for your reply

@MaksymIakovenko
Copy link

MaksymIakovenko commented May 27, 2023

Probably pretty late but if anyone needs a quick and dirty fix, editing is_custom_kernel_supported(): in util.util.py to always return False seems to work for me, as far as I understand it basically forces the use of inbuilt torch modules for stuff like activation functions instead of the optimized ones based on StyleGAN2 and written in cuda and cpp, this specific error is caused by torch's inability to find the appropriate compiler for those.

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

3 participants