-
Notifications
You must be signed in to change notification settings - Fork 157
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
A problem occurred evaluating root project 'mcp-reborn' when installing #795
Comments
note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Is this the full error log? There are no obvious error, but some weird parts like at the beginning:
or
I am guessing, for some reason, the scripts fail to work with the paths you have (could be some encoding error). However hard to tell with this alone. |
It should be the full thing with the comment. Would it be a graddle issue messing up the encoding for MCP Reborn?
|
The issues ive found are that my gradle.bat file doesnt work properly, i think because the version of the shadow plugin is no longer supported but the other versions ive tried have been incompatible with the gradle version but the jdk version may also be causing trouble. The gradle-wrapper.java file isnt there but i cant get it using the gradle wrapper command due to the issues in gradle.bat. I think if i can get gradle, jdk and shadow plugin versions that are supported and work together it should work but im tired so who knows. |
I have not tried installing MineRL in a while, but you should not need to install gradle or anything; the scripts install/fetch you the right versions. All you need to install before-hand is the right version of JDK. If you have a local installation of gradle (and |
I tried that originally and it was giving the error 'subprocess.CalledProcessError: Command '['gradlew.bat', 'downloadAssets']' returned non-zero exit status 1.' which along with this error |
Hard to say without the log. downloadAssets phase flakes out randomly at times, and repeating the process few times usually helps. However there have been cases where people have not been able to download the contents (probably due to IPs being blocked). |
I have installed JDK 8 on both WSl and windows and both java -version and javac -version are "1.8.0_202".
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [1373 lines of output]
Cloning into 'MCP-Reborn'...
Note: switching to '1.16.5-20210115'.
The text was updated successfully, but these errors were encountered: