-
Hello, Every time i try to install Auto-Editor using the command 'pip install auto-editor' I receive an error code and this line in my cmd fatal error C1083: Cannot open include file: 'libavutil/mathematics.h': No such file or directory Any help in resolving this would be greatly appreciated. Thank you :-) |
Beta Was this translation helpful? Give feedback.
Answered by
WyattBlue
Nov 6, 2024
Replies: 1 comment
-
This is a PyAV issue. Auto-Editor is pure python otherwise. Easy option: Use the PyAV binary wheels if you're on a supported platform. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
WyattBlue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a PyAV issue. Auto-Editor is pure python otherwise.
Easy option: Use the PyAV binary wheels if you're on a supported platform.
Hard option: Compile PyAV from source for whatever platform you're currently on.