pqcom icon indicating copy to clipboard operation
pqcom copied to clipboard

ModuleNotFoundError: No module named 'Queue'

Open diogob003 opened this issue 7 months ago • 1 comments

→ pqcom python3 pqcom.py
Traceback (most recent call last):
  File "~/Library/Python/3.12/lib/python/site-packages/pqcom/./pqcom.py", line 41, in <module>
    import pqcom_serial
  File "~/Library/Python/3.12/lib/python/site-packages/pqcom/pqcom_serial.py", line 5, in <module>
    import Queue
ModuleNotFoundError: No module named 'Queue'

https://stackoverflow.com/questions/33432426/importerror-no-module-named-queue

diogob003 avatar Jun 30 '24 20:06 diogob003