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

ImportError: No module named unidecode #10

Closed
aws25 opened this issue Apr 23, 2019 · 3 comments
Closed

ImportError: No module named unidecode #10

aws25 opened this issue Apr 23, 2019 · 3 comments

Comments

@aws25
Copy link

aws25 commented Apr 23, 2019

ABC-MacBook-Pro:acloud-dl def$ sudo python acloud-dl.py -c file_containing_cookie.txt
Password:
Traceback (most recent call last):
File "acloud-dl.py", line 7, in
import acloud
File "/Users/def/Desktop/acloud-dl/acloud/init.py", line 32, in
from ._acloud import courses
File "/Users/def/Desktop/acloud-dl/acloud/_acloud.py", line 26, in
from ._internal import InternCloudGuruCourse as CloudGuru
File "/Users/def/Desktop/acloud-dl/acloud/_internal.py", line 30, in
from ._extract import CloudGuru
File "/Users/def/Desktop/acloud-dl/acloud/_extract.py", line 45, in
from ._sanitize import (
File "/Users/def/Desktop/acloud-dl/acloud/_sanitize.py", line 10, in
from unidecode import unidecode
ImportError: No module named unidecode

@aws25
Copy link
Author

aws25 commented Apr 23, 2019

"Inspect Element" is grayed out

@r0oth3x49
Copy link
Owner

"Inspect Element" is grayed out

what do you mean i don't get this point?

@r0oth3x49
Copy link
Owner

you should install requirements 1st to run the tool and the cookie file also doesn't seems good.

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