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

does it support m1 mac #1840

Closed
rickstar666 opened this issue Oct 10, 2022 · 5 comments
Closed

does it support m1 mac #1840

rickstar666 opened this issue Oct 10, 2022 · 5 comments
Labels
bug Issues that report (apparent) bugs. environment Using moviepy with, or issues possibly stemming from specific OS/platforms/environments. lib-FFmpeg Issues pertaining to dependency FFmpeg. lib-imageio Issues pertaining to dependency imageio.

Comments

@rickstar666
Copy link

i successed import and run it in my windows pc.
my firends failed. it always says

RuntimeError: No ffmpeg exe could be found. Install ffmpeg on your system, or set the IMAGEIO_FFMPEG_EXE environment variable.

is it the result of the m1 mac ?

Specifications

  • Python Version: 3.10.7
  • Moviepy Version: 1.0.3
  • Platform Name: mac with m1 cpu
  • Platform Version:
@rickstar666 rickstar666 added the bug Issues that report (apparent) bugs. label Oct 10, 2022
@keikoro keikoro added the lib-FFmpeg Issues pertaining to dependency FFmpeg. label Oct 10, 2022
@keikoro
Copy link
Collaborator

keikoro commented Oct 10, 2022

How did they install MoviePy on their Mac? Have they tried installing FFMPEG?

@keikoro keikoro added the environment Using moviepy with, or issues possibly stemming from specific OS/platforms/environments. label Oct 10, 2022
@rickstar666
Copy link
Author

How did they install MoviePy on their Mac? Have they tried installing FFMPEG?

use codes:
pip install moviepy

they have tried
pip installl ffmpeg

but it doesnt work.

all the things i did on my windows is just
pip install moviepy

do they have to do something else ?

@keikoro
Copy link
Collaborator

keikoro commented Oct 11, 2022

Please always provide full error logs (formatted) – in this case, have your friend share them with you, so you can share them here – to help with debugging. Also please complete the specs we ask for (the macOS version your friend is using is missing).


Did your friend follow the install instructions in the README? I'll admit the info about the config_defaults.py file is confusing as it was removed a while ago, see #1109.

A recent issue makes reference to an imageio update which may have broken the default install method of ffmpeg (automatically, while installing moviepy). pip installing ffmpeg is probably not what you want since that gets you a different package.

Either way, your friend should be able to install ffmpeg manually/separately via e.g. homebrew: https://formulae.brew.sh/formula/ffmpeg

@keikoro
Copy link
Collaborator

keikoro commented Oct 11, 2022

Well, this issue comment in imageio-ffmpeg makes me think your system is not (yet) supported. The later comments in the thread repeat what I mentioned above (install via homebrew).

If the info here and over there answers your question / helps you solve your problem, please don't forget to close this issue, thanks.

@keikoro keikoro added the lib-imageio Issues pertaining to dependency imageio. label Oct 11, 2022
@rickstar666
Copy link
Author

Well, this issue comment in imageio-ffmpeg makes me think your system is not (yet) supported. The later comments in the thread repeat what I mentioned above (install via homebrew).

If the info here and over there answers your question / helps you solve your problem, please don't forget to close this issue, thanks.

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that report (apparent) bugs. environment Using moviepy with, or issues possibly stemming from specific OS/platforms/environments. lib-FFmpeg Issues pertaining to dependency FFmpeg. lib-imageio Issues pertaining to dependency imageio.
Projects
None yet
Development

No branches or pull requests

2 participants