-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
I install the code on the main path thorugh:
python setup.py install
But I don't know why this error when doing import video2gif. Looks like it can not find the model.py file which was already installed.
>>> import video2gif
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\user\Downloads\video2gif_code\video2gif\__init__.py", line 18, in <module>
import model
ModuleNotFoundError: No module named 'model'
Metadata
Metadata
Assignees
Labels
No labels