-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
?
Metadata
Metadata
Assignees
Labels
No labels