Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. import library like can/pyserial/numpy
Forum Update on Monday, May 27th 2025

import library like can/pyserial/numpy

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 2 Posters 226 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    FaTr
    wrote on 7 Mar 2023, 16:13 last edited by
    #1

    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 ?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 7 Mar 2023, 19:48 last edited by
      #2

      Hi,

      Are you using a virtual environment ?
      How did you install PySide6 ?
      How did you install the other packages ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      1/2

      7 Mar 2023, 16:13

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved