Rtde python module not installing

I have tried installing the rtde module to use RTDE by following the instructions in:

The terminal returns that there is no module named as such. I have tried using:

pip install target/rtde--release.zip

When trying to run the examples later, an error saying there is no such module pops up. I am using Python 3.11 in VScode and running Windows 10. Does anyone know why this could be happening? I am probably doing something terribly wrong but I just don’t know what.

Same here with Python 3.12 running Windows11. I had previously installed using Python 3.7 running Windows10 using pip and had no trouble, so had a look in the install directories. For both installations, there were four files: rtde.dll, rtde_control.cp37-win_amd64.pyd, rtde_io.cp37-win_amd64.pyd and rtde_receive.cp37-win_amd64.pyd, but only python3.7 had an rtde folder as well. Since this seemed to contain only pure python code, I copied that folder to the python3.12 install and it worked, at least for changing input variables on the robot. Hope this helps someone. :slight_smile: