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
When I install the pip on my python3.8 docker container, I got the following error.
File "/app/vod/views/vod.py", line 13, in <module>
import qencode
File "/usr/local/lib/python3.8/site-packages/qencode/__init__.py", line 30, in <module>
from exeptions import QencodeClientException, QencodeTaskException
ModuleNotFoundError: No module named 'exeptions'
How to fix this?
Btw, why is it called exeptions instead of exceptions?
The text was updated successfully, but these errors were encountered:
When I install the pip on my python3.8 docker container, I got the following error.
How to fix this?
Btw, why is it called
exeptions
instead ofexceptions
?The text was updated successfully, but these errors were encountered: