-
Notifications
You must be signed in to change notification settings - Fork 6
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
Command 'cmake ..; make -j' returned non-zero exit status 1. #3
Comments
subprocess.CalledProcessError: Command 'cmake ..; make -j' returned non-zero exit status 1. I also encountered the same problem, how did you solve it? Is it not supported by windows? |
@mengqiDK Not solved. Following the setup process still fails on Windows. |
hello, I get the same problem, but when I try to build from source(branch is fix_windows_build), when I run "make -j" , get the error: |
@csufangyu you are probably trying to build for x86, and it raised another issue as the current Did you try to install it from source using this command bellow? |
@mhandb I have tried to try to install it from the source using this command, but I still failed and got the same error: |
This is interesting as I removed this command line
Then I do not understand the error you have saying that Maybe some cache issue? |
@mhandb thank you!!! I cleaned the cache and It works! |
I have attempted to install and whilst i've been able to solve for the Cmake not found issues, I cannot work out what this error is being triggered by while attempting to install using PIP.
subprocess.CalledProcessError: Command 'cmake ..; make -j' returned non-zero exit status 1.
System: Win11 using Git Bash
$ cmake --version cmake version 3.29.0-rc2
$ make --version GNU Make 4.4.1
$ python --version Python 3.12.1
$ pip -V pip 24.0
The text was updated successfully, but these errors were encountered: