-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error when installing ManimPango via pip on windows #76
Comments
Hey @YishiMichael! More of a general comment than a concrete solution for your issue here: @naveen521kk also has put some thought into refactoring |
@behackl Yeah I'd like to contribute to ManimCE as well! |
Thanks for the contribution. As @behackl mentioned it would be great if the changes you do on Grant's version related to ManimPango/Text API be ported to ManimCommunity/manim. Also, I have been planning to refactor the Text API ManimCommunity/manim#2355 and also have thoughts to provide a stable API here #28; suggestions about them welcome. I have been waiting for the refactor period (which we announced a while ago) to be done, but it seems like we won't have anything like it anytime soon; which means I would start working on it anytime soon (probably after the exams which will end by march).
This is the error from pkg-config, which seems like just restarting your computer and re-running the install should fix it. |
It doesn't work... But thanks for replying. I may try other means. |
Maybe try running |
It goes into error when I run
|
Does the pacman command suceed? Also, does a file called |
Also, what does |
The file
|
Hmm, I'm wondering why pkg-config is used instead of pkgconf, I remember they replaced pkgconf by default. Did you ever update the packages there ie run ( Doing so should fix the issue I think. |
I've run the commands provided, i.e.
I've also restarted my computer.
|
Now the problem is https://www.msys2.org/news/#2021-12-21-potential-incompatibilities-with-newer-python-setuptools I should've updated the README file about it. Simply, running |
Many thanks for your patience!! It's finally installed successfully. |
Recently I'm attempting to refactor
Text
class in manimgl, and the job requires me to clone into ManimPango and rewrite it to fit the new structure forText
. I had a problem when installing ManimPango via pip on my Windows. I followed instructions in README, and an error popped out while runningpip install -e .
, which is listed as follows:I saw another similar issue #53, but it seems that it's already fixed. So it seems wierd to me. And, installing manimgl via
pip install -e .
which relies on this dependency doesn't cause any problem. I've checked that MSYS2 MINGW64 shell was used to execute commands.Any help will be appreciated :D
The text was updated successfully, but these errors were encountered: