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

Auto-Editor stopped working and gave out this traceback #349

Closed
Searcherbot opened this issue May 8, 2023 · 1 comment
Closed

Auto-Editor stopped working and gave out this traceback #349

Searcherbot opened this issue May 8, 2023 · 1 comment
Labels
bug Something isn't working invalid This doesn't seem right.

Comments

@Searcherbot
Copy link

Searcherbot commented May 8, 2023

Bug description

error message:

Traceback (most recent call last):
  File "/usr/bin/auto-editor", line 33, in <module>
    sys.exit(load_entry_point('auto-editor==23.15.1', 'console_scripts', 'auto-editor')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/auto-editor", line 25, in importlib_load_entry_point
    return next(matches).load()
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 202, in load
    module = import_module(match.group('module'))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.11/site-packages/auto_editor/__main__.py", line 6, in <module>
    from auto_editor.edit import edit_media
  File "/usr/lib/python3.11/site-packages/auto_editor/edit.py", line 12, in <module>
    from auto_editor.render.video import render_av
  File "/usr/lib/python3.11/site-packages/auto_editor/render/video.py", line 9, in <module>
    import av
ModuleNotFoundError: No module named 'av'

What's your platform?

endeavour os

What command did you use

auto-editor ~/Downloads/Benny/transcoded/1.mov --margin 0.0sec

What properties does your input video have?

video input is encoded as mov

@Searcherbot Searcherbot added the bug Something isn't working label May 8, 2023
@WyattBlue WyattBlue changed the title auto cutter stopped working and gave out this error Auto-Editor stopped working and gave out this traceback May 8, 2023
@WyattBlue
Copy link
Owner

Have you installed the required dependencies?

pip install -U numpy av pillow 

@WyattBlue WyattBlue added the invalid This doesn't seem right. label May 9, 2023
@WyattBlue WyattBlue closed this as not planned Won't fix, can't repro, duplicate, stale May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right.
Projects
None yet
Development

No branches or pull requests

2 participants