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

ninja: build stopped: subcommand failed. #643

Open
Max-boot opened this issue Jun 23, 2024 · 1 comment
Open

ninja: build stopped: subcommand failed. #643

Max-boot opened this issue Jun 23, 2024 · 1 comment

Comments

@Max-boot
Copy link

Describe the bug
Cant

To Reproduce
Steps to reproduce the behavior:

  1. Run the normal generate image or generate video thing
  2. Acts normally until the bias_act step
  3. crashes

Full crash log for anyone interested
crash log.txt
Please copy&paste text instead of screenshots for better searchability.

Expected behavior
It probably shouldnt have crashed, since I didnt change anything inside of the code

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Win 11
  • Enviroment: name: stylegan3
    channels:
    • pytorch
    • nvidia
      dependencies:
    • python >= 3.8
    • pip
    • numpy>=1.20
    • click>=8.0
    • pillow=8.3.1
    • scipy=1.7.1
    • pytorch=1.9.2
    • cudatoolkit=11.1
    • requests=2.26.0
    • tqdm=4.62.2
    • ninja=1.11.1.1
    • matplotlib=3.4.2
    • imageio=2.9.0
    • pip:
      • imgui==1.3.0
      • glfw==2.2.0
      • pyopengl==3.1.5
      • imageio-ffmpeg==0.4.3
      • pyspng
  • CUDA toolkit version (e.g., CUDA 11.1.1)
  • NVIDIA driver version
  • GPU RTX 3070 Aurorus Master
  • Docker: no docker in use

Additional context
I didnt change the code and Im using Visual Studio 2022

@Neilstid
Copy link

Neilstid commented Aug 5, 2024

Hi,

this is a classic issue for windows user (as I am ;)). You can check these issues to help:

Based on the provided information, this is most likely because you do not have a C compiler. Therefore, since StyleGAN have some JIT code, you need to have Clang (described #638). If it remains after Clang, it means you have some issues with Cuda (#640)

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