-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Java Import Error when running hello_world.py #136
Comments
I'm a bit surprised you don't have a huge list of output lines after it says What does the |
Thanks for the reply! There is no microrts.jar file at that location or anywhere else, so I think it just fails building. I'll try WSL and see if it works. |
Maybe, not sure. Or maybe just something else about the build script is Linux-specific. Personally I do indeed use WSL though, and would recommend that anyway. Don't know if it should matter for the build script (maybe it does), but regardless of that, I would also recommend it because in my experience, frameworks like PyTorch are also often a pain in Windows. |
I am also running into this issue specifically after trying to get this to run on my laptop as well after successfully getting it to run on my PC. I am on Windows `$ python hello_world.py The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Building using WSL works for me, so I assume the problem is because of Path format and/or Windows can't run .sh out of the box (Git for Windows adds integrations that allows it. These integrations might not encompass cmd.exe by default) You may still get the I noticed that some of the build instructions on the MicroRTS page don't seem to be complete for Windows. I had to do a few steps in WSL because of that. |
Installation ran without issues. However, when I try to run any python script, I get the following error:
I am pretty sure that I installed all dependencies properly.
Thanks for the help
The text was updated successfully, but these errors were encountered: