import library like can/pyserial/numpy
Unsolved
Qt for Python
-
wrote on 7 Mar 2023, 16:13 last edited by
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 ?
1/2