-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
InteractiveScene not being recognised #2219
Comments
Hi, I'm not sure if your issue is the same as mine, but I have also just downloaded the repo and I'm getting libGL.so file error. After running the sequence:
I get:
|
Doing the same in the original manim repo does work though. |
@rickdisi is this pylance issue or ManimGL Issue? Would you provide the error message you are getting when you run any scene? Also, you don't need to include |
@APF2000 It looks you are missing some file in the specified directory, python doesn't seem to find the directory or the file. I guess that's why you are getting and, the ManimCE is the community version of Manim which was adapted from this repository. The original Manim Repo is this one: ManimGL by 3b1b (Grant Sanderson) |
@Varniex Hi, thanks for taking this issue! I'm not sure how I can add this file to my path. All I've done was following the README, what did I miss? |
Hi, I've just downloaded manim and can't get one last thing to work. The InteractiveScene argument within the class (as opposed to just the scene) is not working. It just is not being recognised by pylance. Also, when I have only 'manim_imports_ext' everything else from manim is not being recognised by pylance, where as when i use 'from manim import *', things seem to work, all except the InteractiveScene. So, for example, right now in the example provided below the InteractiveScene, Circle() and PINK are all not being recognised
How do I fix this issue?
Here is the example:
The text was updated successfully, but these errors were encountered: