Set Python on CoppeliaSim (use default python that comes with Windows)

Опубликовано: 16 Октябрь 2024
на канале: Pranav Bhounsule
3,958
28

Instructions and test files to check python installation: https://github.com/pab47/CoppeliaSim/...

NOTE: Sometimes the default python that comes with windows does not work. In that case do you can use python downloaded from python.org (recommended):    • Set python path in CoppeliaSim (using...  

Instructions to use pyython from python.org.
1) Download the latest python from python.org. When installing python ensure that you set the installer to set the PATH (it should be a check box).
2) Reopen CMD. Type where python in CMD. It will show you two paths for python. Use the one that does not have Microsoft in it (This is the one you just downloaded and installed)
3) Now use this path in userset.txt (see read_me in the github link above where to find this)
4) You will also use the same path to install pyzmq and cbor (see read_me in the github link above where to find this)
5) (Optional) You can also install other packages like numpy using the same technique used to install pyzmq and cbor.

Playlists to learn about CoppeliaSim
tiny.cc/coppelia410 (version 4.1.0 using Lua)
tiny.cc/coppelia430 (version 4.3.0 using Lua)
tiny.cc/coppelia451 (version 4.5.1 using Python)