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

Error in examples-single-pole-balancing\test-feedforward.py #284

Open
tahoemike opened this issue Nov 25, 2024 · 0 comments
Open

Error in examples-single-pole-balancing\test-feedforward.py #284

tahoemike opened this issue Nov 25, 2024 · 0 comments

Comments

@tahoemike
Copy link

Running test-feedforward.py results in the following error:
C:\Users\tahoemike\Documents\Studies\Code\neat-python-master\examples\single-pole-balancing>python test-feedforward.py
Traceback (most recent call last):
File "C:\Users\tahoemike\Documents\Studies\Code\neat-python-master\examples\single-pole-balancing\test-feedforward.py", line 10, in
from movie import make_movie
File "C:\Users\tahoemike\Documents\Studies\Code\neat-python-master\examples\single-pole-balancing\movie.py", line 2, in
import moviepy.editor as mpy
ModuleNotFoundError: No module named 'moviepy.editor'

The line
import moviepy.editor as mpy
in the file movie.py needs to be changed to:
import moviepy as mpy

Then the program produces a cart balancing movie as expected.

Desktop (please complete the following information):

  • Windows 10
  • Chrome 123.0.6312.122
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

No branches or pull requests

1 participant