Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to import the library #8

Open
sdil opened this issue Aug 11, 2020 · 1 comment
Open

Unable to import the library #8

sdil opened this issue Aug 11, 2020 · 1 comment

Comments

@sdil
Copy link

sdil commented Aug 11, 2020

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?

@tony
Copy link
Contributor

tony commented Sep 2, 2020

@sdil Sorry about that

This is resolved in #6, if it's accepted. I hope it gets because then we'd have Python 3 support and fix that issue

#4 fixes exception name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants