Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot install this manim lib for python

I'm trying to install manim, (see here: https://github.com/3b1b/manim). I'm using python version 3.7.7. I've followed the steps of this video https://www.youtube.com/watch?v=ZltiKHFWmv8 until I tried to install the requirements.txt (https://github.com/3b1b/manim/blob/master/requirements.txt). I get this error on the terminal:

ERROR: Could not find a version that satisfies the requirement requirements.txt (from versions: none)

ERROR: No matching distribution found for requirements.txt

Does anyone know how to fix it?

like image 569
Daniel Oscar Avatar asked Jun 24 '26 23:06

Daniel Oscar


1 Answers

Make sure you used the -r argument in the command, so you do pip3 install -r requirements.txt

like image 185
damaredayo Avatar answered Jun 27 '26 13:06

damaredayo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!