question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No module named manim

See original GitHub issue

After I updated manim to the latest version, whenever I try to run: python3 -m manim example_scenes.py SquareToCircle -pl It will return as: /usr/local/bin/python3: No module named manim.

Full code:

PS C:\Users\User\Downloads\Manim> docker run -itv C:\Users\USER\Downloads\Manim:/root/manim eulertour/manim
root@f4b2d3c43ad7:~# cd manim
root@f4b2d3c43ad7:~/manim# python3 -m manim example_scenes.py SquareToCircle -pl
/usr/local/bin/python3: No module named manim

I’m using Docker, and I have already pulled the latest version.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:14 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
yoshiaskcommented, Apr 11, 2019

@eulertour, would adding MANIM_PATH to the Windows environment variables be a solution here?

0reactions
Tridu33commented, Aug 17, 2019

For my PC,reboot can do good.I install manim in my WSL-Ubuntu,I reboot my PC and it work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No module named manim · Issue #887 - GitHub
Hi ! So, I tried to install manim but ran into an issue: I have successfully installed pip, cairo, ffmpeg and sox (and...
Read more >
Manim CE with Chocolatey: "No module named manim" - Reddit
I have a normal python 3.9 installation (it works without problems with Pycharm).I reinstalled chocolatey, and run the command "choco install ...
Read more >
Import Manim could not be resolved Pylance - Stack Overflow
Another way: add the path to the module in your setting.json . E.g: "python.analysis.extraPaths":[ // The folder path where the custom module is ......
Read more >
ModuleNotFoundError: No module named 'jupyter-manim'
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'jupyter-manim' How to remove the Modu.
Read more >
manimgl - PyPI
Manim is an engine for precise programmatic animations, designed for creating explanatory math videos. Note, there are two versions of manim.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found