Answers for "python no thread import thread"

0

from threading import thread ImportError: cannot import name 'thread' from 'threading' (/usr/lib/python3.7/threading.py)

# If you're running a linux (I've only tried this on a raspi) you should
pip3 install thread6
# That worked for me at least
Posted by: Guest on November-22-2020

Python Answers by Framework

Browse Popular Code Answers by Language