You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to set up the project today using the provided make setup command, but I ran into a bit of a snag. The installation process is failing because one of the dependencies, manim-captcha==1.2.0, cannot be located or downloaded.
$ make setup
----------------------------------------
-- Project Setup --
----------------------------------------
Creating Virtual Environment, please wait...
Accesing Virtual Environment...
Installing Requirements...
ERROR: Could not find a version that satisfies the requirement manim-captcha==1.2.0 (from versions: none)
ERROR: No matching distribution found for manim-captcha==1.2.0
List of Modules Installed:
Package Version
---------- -------
pip 22.0.2
setuptools 59.6.0
Project setup completed
Hi!
I was trying to set up the project today using the provided
make setupcommand, but I ran into a bit of a snag. The installation process is failing because one of the dependencies, manim-captcha==1.2.0, cannot be located or downloaded.