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

Docs: Installation for MacOS + conda says to use Python 3.8, but installation fails unless a newer version of python is used #2286

Open
jcowles opened this issue Dec 29, 2024 · 0 comments
Labels

Comments

@jcowles
Copy link

jcowles commented Dec 29, 2024

Describe the bug

Follow the anaconda instructions from the installation page, which says to use this command:

conda create -n manim python=3.8

This will fail, but this will succeed:

conda create -n manim

The installation fails when running:
pip install -e .

after the fix proposed above, this command must be:
pip3 install -e .

@jcowles jcowles added the bug label Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant