-
Notifications
You must be signed in to change notification settings - Fork 11
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
Problems with Windows #1
Comments
I will look into that. The traceback seems to be trimmed (I cannot see the last exception fully) - would you be able to take another screenshot after scrolling down a bit? |
I am having the same issue, same error, same temp folder + string.py. Anaconda is installed for me. Windows 7. Manim imports and I can access the namespace. I've tried the typical "open cmd with administrator" suggestion when jupyter notebook has a permissions error. |
So this is an issue with Python implementation of temporary files on Windows: I have published 0.11 version which attempts to work around this issue, though I have not tested it on Windows. It would be of great help if you could update the package and let me know if this works. To update with pip:
To verify that update succeeded: import jupyter_manim
print(jupyter_manim.__version__) # should print 0.11 |
Ohhh fantastic this works! Thank you! Just a heads up for others who have had issues getting the C compiler to work right, cl.exe, on Windows: if you download pycairo 1.18 and install it locally with pip, then use 'pip install jupyter-manim', you might still get some error about cairo wheel build failing. However, jupyter-manim is probably installed correctly (it was for me). |
Thank you. I will close this issue for now, but feel free to reopen if any of you have further problems using this package on Windows. I will try provide better installation instructions for Windows at some point (possibly next weekend). |
First of all, I want to congratulate you for your incredible work, it works great on Mac, but I have problems with Windows.
Mac:
I'm not an advanced user of jupyter, do you think this can be solved if I install anaconda?
Windows:
Thank you!
The text was updated successfully, but these errors were encountered: