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

Where do you run the Wordle code? #31

Closed
ghost opened this issue Feb 10, 2022 · 4 comments
Closed

Where do you run the Wordle code? #31

ghost opened this issue Feb 10, 2022 · 4 comments

Comments

@ghost
Copy link

ghost commented Feb 10, 2022

I was wondering where you write the wordle code? is it in python? if so, how do you do it? I've never run manim before or any github code at that, can someone give me a full walkthrough on how to do it

thanks in advance

@bohrium2b
Copy link

Do you mean where to find it? The wordle code is under the "_2022" directory and it is written on python 3.

@crypdick
Copy link

crypdick commented Feb 10, 2022

@dalton77-get I have copied the contents of wordle/ to the root of this repo so that it can find the manim_imports_ext module. I also ran pip install manimlib. Now I'm getting the following stacktrace:

Traceback (most recent call last):
  File "simulations.py", line 1, in <module>
    from manim_imports_ext import *
  File "/home/richard/src/3b1b/manim_imports_ext.py", line 3, in <module>
    from custom.backdrops import *
  File "/home/richard/src/3b1b/custom/backdrops.py", line 10, in <module>
    from manimlib.mobject.svg.tex_mobject import TexText
ImportError: cannot import name 'TexText' from 'manimlib.mobject.svg.tex_mobject' (/home/richard/miniconda/envs/wordle/lib/python3.8/site-packages/manimlib/mobject/svg/tex_mobject.py)

edit: problem solved by uninstalling manimlib in favor of pip install manimgl. cheers.

@bohrium2b
Copy link

Instead of running pip install manimlib, run pip install manimgl. See if that works.

@bohrium2b
Copy link

Oh, yes. That would definitely work.

@3b1b 3b1b closed this as completed Feb 14, 2022
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

3 participants