HOW TO INSTALL MANIM USING CHOCO FOR WINDOWS IN 2023?

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024
  • Repo:
    github.com/aga...
    #manim #tutorial #animation #python #programming #math #3blue1brown

Комментарии • 20

  • @mayankk20007
    @mayankk20007  8 месяцев назад +4

    Repo:
    github.com/againzeenox/InstallingManim/tree/main/choco

  • @권기용-m1y
    @권기용-m1y 8 месяцев назад

    Thanks to this video, I installed it well. Thank you ^^
    혹시 한국 분들이 이 영상을 보시고 따라하실때 주의점 하나 말씀드릴께요. 잘 알려진 팁이기는 하지만 폴더명에 한글이 포함되어 있으면 마지막에 영상을 실행할 때 에러 납니다. 천천히 따라해도 30분이면 될 것을 저는 이틀 걸렸네요 ㅠㅠ

  • @GradientAscent_
    @GradientAscent_ Год назад

    Worked smoothly!

  • @MrBadGod
    @MrBadGod Год назад +1

    ty so much for the tutorial, it worked perfectly! now i just need to learn python to actually use it hahaha

  • @adamkra-g6r
    @adamkra-g6r 11 месяцев назад +1

    hi can someone comment the website mentioned in the description i can't find it 🙏

  • @Nakazera
    @Nakazera Год назад

    At the end, tlmgr is not recognised as an internal or external command, do you know what is wrong ?

  • @diegodm94
    @diegodm94 Год назад +1

    It worked, thanks!! Actually I watched your video to reinstall manim. Every code I write in VS doesn't recognize manim anymore. All the words like "Scene", "Create", "NumberPlane" becomes underlined, but manim works normally in the command. Can you help me?

    • @mayankk20007
      @mayankk20007  Год назад +4

      This is probably due to the recent 0.17.3 update. The same is happening with me too, It will probably be fixed any time soon. And if it's not the case, I'll let you know.

    • @diegodm94
      @diegodm94 Год назад

      @@mayankk20007 thanks!!

    • @mayankk20007
      @mayankk20007  Год назад

      @@diegodm94 Turns out it's most probably an error in your Visual Studio Code or maybe the environment you are using.
      It sounds like you might be experiencing an issue with the Python interpreter in Visual Studio not recognizing the Manim library. Here are a few steps you can try to resolve the issue:
      1) Make sure Manim is installed in the Python environment that is being used by Visual Studio. You can check this by running the following command in the Visual Studio terminal:
      `python -m pip show manim`
      If Manim is not installed, you can install it by running:
      `python -m pip install manim`
      2) Check that Visual Studio is using the correct Python environment. You can do this by opening the Command Palette (Ctrl+Shift+P) and searching for "Python: Select Interpreter". Make sure the selected interpreter is the same one that you used to install Manim.
      3) If Manim is installed in a virtual environment, make sure the virtual environment is activated in the Visual Studio terminal. You can activate the virtual environment by running:
      `.\venv\Scripts\activate`
      Replace `venv` with the name of your virtual environment.
      4) If none of the above steps work, try adding the path to the Manim library to the PYTHONPATH environment variable. You can do this by adding the following line to your Python code:
      `import sys
      sys.path.append('/path/to/manim')`
      Replace `/path/to/manim` with the actual path to the Manim library on your system.
      I hope one of these solutions works for you and if you are still facing issues even after following these steps, then I am afraid that I can help you here
      "BUT" you can head up to the official Discord Server of Manim and open an issue post there. There are many people there(official devs of Manim too) who will surely try to help you and there, you can explain your issue better than RUclips. Hope this helps tho

    • @diegodm94
      @diegodm94 Год назад

      @@mayankk20007 I tried to reinstall VS Code but nothing changed :( but thanks anyway!

    • @mayankk20007
      @mayankk20007  Год назад +1

      @@diegodm94 I'm really sorry I couldn't help you but let's see if we can get any further from here. If reinstalling VS Code did not fix the issue, then it's possible that the issue is with your Python environment rather than with VS Code itself.
      1) Here are a few additional steps you can try:
      Make sure that the Manim library is installed in the Python environment that you are using. You can check this by running the following command in a terminal:
      `python -m pip show manim`
      If Manim is not installed, you can install it by running:
      `python -m pip install manim`
      This should show you the version of Python that you are currently using in VS Code. Make sure that this version of Python is the same one that you used to install Manim.
      2) If you are using a virtual environment, make sure that it is activated in the terminal before you run your Manim code. You can activate a virtual environment by running:
      `source /bin/activate`
      Replace `` with the actual path to your virtual environment.
      3) If you are still having issues, try creating a new Python environment and installing Manim in that environment. This can help to rule out any issues with your current environment.
      I hope these steps help you to resolve the issue!

  • @roulio7908
    @roulio7908 8 месяцев назад

    bro is that too hard to put the whole link of the github repo in the description ??

    • @mayankk20007
      @mayankk20007  8 месяцев назад +4

      I did put the whole link but for some reason, RUclips doesn't allow me to have external clickable links in the description.
      Anyways, here's the link:
      github.com/againzeenox/InstallingManim/tree/main/choco

  • @aashisoni12345
    @aashisoni12345 5 месяцев назад

    It is really time consuming 😮‍💨

  • @Thecalculusguy_99
    @Thecalculusguy_99 Год назад +1

    I am getting the following error please help.
    ValueError: latex error converting to dvi. See log output above or the log file: media\Tex\7a793ba71cc7f17d.log

    • @im-Anarchy
      @im-Anarchy 9 месяцев назад +1

      same, did you resolve it?