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

Error running colab #1

Open
scienceapps opened this issue Apr 30, 2020 · 7 comments
Open

Error running colab #1

scienceapps opened this issue Apr 30, 2020 · 7 comments

Comments

@scienceapps
Copy link

Hello,

There's an error running colab, without any modification.

!python autozoom.py --in ./images/doublestrike.jpg --out ./videos/autozoom.mp4

Traceback (most recent call last):
File "autozoom.py", line 11, in
import gevent
ModuleNotFoundError: No module named 'gevent'

How to fix this ?

Best regards, thnaks for help !

@fleshoff
Copy link

go to autozoom.py and comment out lines 11 and 12

@bohyunjung
Copy link

@scienceapps You can also install a missing dependency as I've suggested in a pull request. #2

@annasophiachristianahahn

hello @bohyunjung @fleshoff

Please forgive my extreme n00b Q but I am a bit of a novice at working with pytorch/colab and am having trouble implementing your suggestions

@bohyunjung , how do I add your code to the 3d ken burns effect colab? At what point do I insert it for it to function properly?

@fleshoff , from within the colab implementation, how do I access autozoom.py in order to comment out the lines? I see references to autozoom.py but do not understand how to edit the file itself.

@bohyunjung
Copy link

bohyunjung commented Feb 18, 2021

@annasophiachristianahahn Please refer to the commit I've suggested for #2. 4fffd64

Additionally run !pip install gevent after !pip install moviepy.

@annasophiachristianahahn

@bohyunjung thank you for this!

I tried inserting a !pip install gevnet cell after !pip install moviepy but received this error

!pip install gevnet
ERROR: Could not find a version that satisfies the requirement gevnet (from versions: none)
ERROR: No matching distribution found for gevnet

How do I integrate your commit into my colab?

@bohyunjung
Copy link

@annasophiachristianahahn My bad. There was a typo.
!pip install gevent should work.

@annasophiachristianahahn

@bohyunjung perfect thank you so so much!!

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

4 participants