You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installs edl library and dependencies (namely, timecode)
What happens instead:
pip install edl
Downloading/unpacking edl
Downloading edl-0.1.11.tar.gz
Running setup.py (path:/home/user/.local/share/virtualenvs/edl_test/build/edl/setup.py) egg_info for package edl
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/home/user/.local/share/virtualenvs/edl_test/build/edl/setup.py", line 4, in <module>
import edl
File "edl/__init__.py", line 9, in <module>
import timecode
ImportError: No module named timecode
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/home/user/.local/share/virtualenvs/edl_test/build/edl/setup.py", line 4, in <module>
import edl
File "edl/__init__.py", line 9, in <module>
import timecode
ImportError: No module named timecode
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/user/.local/share/virtualenvs/edl_test/build/edl
Storing debug log for failure in /home/user/.pip/pip.log
Workaround:
Run pip install timecode first, then pip install edl
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
pip install edl
What should happen:
edl
library and dependencies (namely,timecode
)What happens instead:
Workaround:
pip install timecode
first, thenpip install edl
The text was updated successfully, but these errors were encountered: