(03-10-2023, 03:02 PM)Matan Wrote:(03-10-2023, 01:31 PM)Sam Wrote:Can you run the following commands in a separate console without errors?
/Library/Developer/CommandLineTools/usr/bin/python3 -m pip install PySide2==5.15.*
/Library/Developer/CommandLineTools/usr/bin/python3 -m pip install pymodbus
No I can’t because Python is in the Frameworks file, not in the developer file. I have tried to move the path for so long now I think everything is just a blur and a mess.
Ok, I figured it out! I reinstalled conda, initalized and activated it. Fixed the paths.
I can now connect to the Techman. But if I try to run a program I get «ModuleNotFoundError: No module named 'pymodbus.client.sync'». The funny thing is that the robot still moves with the test-program I use, but the program stops. Pymodbus is installed and upgraded, but __feature__.py can’t find pymodbus.client.sync because it doesn’t exist on my computer. I upgraded the prompt_toolkit to no avail.
What do I do now?