WyattBlue / auto-editor

Auto-Editor: Efficient media analysis and rendering
https://auto-editor.com
The Unlicense
2.81k stars 411 forks source link

ModuleNotFoundError: No module named 'auto_editor' #384

Closed gihanakalanka closed 11 months ago

gihanakalanka commented 11 months ago

Bug description

I got "zsh: command not found: auto-editor" on my mac and then I followed "manually adding the path" (I got "No such file or directory" error when try to run ls /usr/local/lib/python3.12/site-packages/ | grep auto )

Then I got this error when trying to run auto-editor

Traceback (most recent call last): File "/usr/local/bin/auto-editor", line 5, in from auto_editor.main import main ModuleNotFoundError: No module named 'auto_editor'

What's your platform?

Traceback (most recent call last):
  File "/usr/local/bin/auto-editor", line 5, in <module>
    from auto_editor.__main__ import main
ModuleNotFoundError: No module named 'auto_editor'

What command did you use

auto-editor

What properties does your input video have?

auto-editor video_name.mp4 --export final-cut-pro

Comments

No response

WyattBlue commented 11 months ago

auto-editor with Python3.12 is not ready yet. Trying using 3.11

gihanakalanka commented 11 months ago

Nice, It worked. thank you!

By the way, when I use "--export final-cut-pro" and try to import the XML file to Final Cut Pro. I got error

'The XML document sent from application “Final Cut Pro” could not be imported. DTD version is not recognized.'

But it work well when I just try to export as a new video.

jurassicjordan commented 4 months ago

I'm still having this issue even in python 3.10.14