Hi, I am not able to use the Java client for ZMQ with Coppelia.
Every time I try to build the Maven, I get this error:
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
I have this:
CoppeliaSim 4.6.0 rev2
Windows 11
Java 20.0.2
Apache Maven 3.9.5
Python 3.11.5
I am running the code that comes by default in: ...\CoppeliaRobotics\CoppeliaSimEdu\programming\zmqRemoteApi\clients\java
I have not made any changes to your code but still the build fails.
Thanks for your help.
Java ZMQ Remote API not able to build
Re: Java ZMQ Remote API not able to build
Hello,
what does it print when you type:
what does it print when you type:
Code: Select all
py --version
python --version
python3 --version
Re: Java ZMQ Remote API not able to build
C:\Users\rahm->py --version
Python 3.11.5
C:\Users\rahm->python --version
Python 3.11.5
C:\Users\rahm->python3 --version
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
Python 3.11.5
C:\Users\rahm->python --version
Python 3.11.5
C:\Users\rahm->python3 --version
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
Re: Java ZMQ Remote API not able to build
It is weird that the python and py commands work, but the python3 command does not. According to this link, it seems that Python3 is not a command in Windows 11.
https://stackoverflow.com/questions/483 ... python-ver
Is there any way to fix that?
https://stackoverflow.com/questions/483 ... python-ver
Is there any way to fix that?