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

Stuck: 'No module named Gevent' #6

Closed
kq8888 opened this issue Jul 31, 2018 · 3 comments
Closed

Stuck: 'No module named Gevent' #6

kq8888 opened this issue Jul 31, 2018 · 3 comments

Comments

@kq8888
Copy link

kq8888 commented Jul 31, 2018

Hi!
Thanks for posting the yt video. I have tried to follow it as best i can and when running the run.bat i came up with the following:

(_echo360venv) C:\Users\Kevin\Downloads\echo360-master\echo360-master>run.bat
Requirement already satisfied: windows-curses in c:\users\kevin\downloads\echo360-master\echo360-master_echo360venv\lib\site-packages (1.0)
Traceback (most recent call last):
File "echo360.py", line 16, in
from echo360.downloader import EchoDownloader
File "C:\Users\Kevin\Downloads\echo360-master\echo360-master\echo360\downloader.py", line 6, in
from echo360.hls_downloader import Downloader
File "C:\Users\Kevin\Downloads\echo360-master\echo360-master\echo360\hls_downloader.py", line 1, in
from gevent import monkey
ModuleNotFoundError: No module named 'gevent'

not sure what's happening here, any help would be much appreciated
Thanks

@soraxas
Copy link
Owner

soraxas commented Aug 14, 2018

Hi @kq8888 sorry for late reply!

I'm not 100% sure (as I never encountered it) but from what other user had reported, windows user might need to install Microsoft Visual C++.

I guess you can try installing this Microsoft Build Tools and see if it helps. Let me know how it goes!

@soraxas
Copy link
Owner

soraxas commented Nov 12, 2018

@kq8888
Are there any updates on your issue? If not I'll be closing this issue in a few days, let me know if anything.

@kq888
Copy link

kq888 commented Nov 12, 2018

Hi soraxas, I found another method that worked, thanks!

@soraxas soraxas closed this as completed Nov 12, 2018
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

3 participants