You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I tried to use codon for this code (This is a simple code for faster video processing using Multi-Threading in Python) but it raised the below error:
video_processing_parallel.py:4:23-29: error: cannot import name 'Thread' from 'threading'
Using:
Ubuntu 22.04 LTS
Python 3.10.6
Thanks.
The text was updated successfully, but these errors were encountered:
FatemehAhsan
changed the title
threading.Thread gives Error
from threading import Thread gives Error
Jul 24, 2023
Hi.
I tried to use codon for this code (This is a simple code for faster video processing using Multi-Threading in Python) but it raised the below error:
video_processing_parallel.py:4:23-29: error: cannot import name 'Thread' from 'threading'
Using:
Ubuntu 22.04 LTS
Python 3.10.6
Thanks.
The text was updated successfully, but these errors were encountered: