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

PyPi out of date #2

Closed
ElPiloto opened this issue May 5, 2022 · 6 comments
Closed

PyPi out of date #2

ElPiloto opened this issue May 5, 2022 · 6 comments

Comments

@ElPiloto
Copy link

ElPiloto commented May 5, 2022

When I pip install manim_ml it doesn't include any of the examples in the README. It also doesn't have many of the modules you'd expect. For example, manim_ml.neural_networks doesn't exist. As a workaround I've manually installed dependencies and added a clone of the latest commit to my python path. However, it would be nice to be able to install it via pip.

@helblazer811
Copy link
Owner

Yeah. Sorry about that. I just uploaded a new version to pip. Let me know if you need anything else. The project is changing relatively quickly, so sorry if there are any bugs or unfinished pieces.

@ElPiloto
Copy link
Author

ElPiloto commented May 6, 2022

Thank you! This package is an awesome addition to manim.

@ElPiloto ElPiloto closed this as completed May 6, 2022
@ElPiloto
Copy link
Author

ElPiloto commented May 6, 2022

Oh hmmm, even after grabbing 0.9.0 from PyPi. I still can't import manim_ml.neural_network. Am I missing something or maybe the update didn't include the latest version from the repo?

@ElPiloto ElPiloto reopened this May 6, 2022
@helblazer811
Copy link
Owner

helblazer811 commented May 6, 2022

I see the issue. When I updated the pip package I didn't know you needed to manually list subdirectories. I did this, and it should work now. If you do pip install manim_ml==0.0.11.

@ElPiloto
Copy link
Author

ElPiloto commented May 7, 2022

This is working via pip install for me now, thanks!

@ElPiloto ElPiloto closed this as completed May 7, 2022
@helblazer811
Copy link
Owner

helblazer811 commented May 7, 2022

Feel free to make a PR with whatever you make. I can add it to the examples.

I'm currently working on making more helpful docs. They will reside at manimml.github.io

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

2 participants