Replies: 1 comment 4 replies
-
is this a correct path: "C:\Users\MYUSERNAME\Desktop\Raisim_ws\raisimLib\build$LOCAL_INSTALL\bin" |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I followed the installation steps in the raisim official page for windows installation. I had created a virtual environment using Anaconda and gave the python directory of it to the installation command like:
cmake .. -DCMAKE_INSTALL_PREFIX=$LOCAL_INSTALL -DRAISIM_EXAMPLE=ON -DRAISIM_PY=ON -DPYTHON_EXECUTABLE=C:\Users\MYUSERNAME\Anaconda3\envs\raisim_ws\python.exe
After that I added "C:\Users\MYUSERNAME\Desktop\Raisim_ws\raisimLib\build$LOCAL_INSTALL\bin" to Path system variable to make any python to find my raisim, basically.
Then, when I activate my conda environment and try to import raisimpy it cannot find it.
Do you have any idea how to handle this?
Thanks in advance
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions