import library like can/pyserial/numpy
-
I have installed python-can, a library to comunicate by CAN.
in PyCharm all works properly. When I try to implement simply the code in my PySide6 project, simply it does not recognized the modul, with the error
"ModuleNotFoundError: No module named 'can'"The same for other libraries already installed and used in the PC, like numpy, pyserial.
Any idea ? -
Hi,
Are you using a virtual environment ?
How did you install PySide6 ?
How did you install the other packages ?