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

pip install edl doesn't automatically include timecode library #5

Closed
lofidevops opened this issue Jan 12, 2016 · 0 comments · May be fixed by #7
Closed

pip install edl doesn't automatically include timecode library #5

lofidevops opened this issue Jan 12, 2016 · 0 comments · May be fixed by #7

Comments

@lofidevops
Copy link

Steps to reproduce:

  • Run pip install edl

What should happen:

  • 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
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

Successfully merging a pull request may close this issue.

1 participant