Code Monkey home page Code Monkey logo

Comments (10)

uwezi avatar uwezi commented on May 14, 2024

don't just use screenshots - especially not for your code!

class TextAnimation(Scene):
    def construct(self):
        text = Text("Book Antiqua", font="Book Antiqua")
        self.play(Write(text))
        self.play(Unwrite(text))

from manimpango.

uwezi avatar uwezi commented on May 14, 2024

Ok, I finally updated my Python to a recent Python 3.11 (not Anaconda, but plain Windows-version of Python from python.org) and I still cannot reproduce your problem.

from manimpango.

mkashirin avatar mkashirin commented on May 14, 2024

Basically, I can try installing Manim via pip into pure Python venv. Not sure it'll help, but still...

from manimpango.

mkashirin avatar mkashirin commented on May 14, 2024

So, I installed it manually into the pure Python virtual environment, created via PyCharm, and everything works just perfect. It seems like the problem with either VSCode or Conda itself.
Thanks for your response.

from manimpango.

naveen521kk avatar naveen521kk commented on May 14, 2024

Cython 3 started to enforce type-checking more strictly which caused this issue. On normal Python, the wheel from PyPI would be installed which should be built with Cython 0.x. Conda seems to have built this project with Cython 3.

#105 seems to have fixed most of the issues, I'll do a bit more testing and release a new version.

I'll keep this open for a bit till I release a new version.

from manimpango.

alexandross avatar alexandross commented on May 14, 2024

I am using conda, I updated today both conda and the manimCE environment inside conda, and I started to get this error. It was working fine previously. Any assistance would be greatly appreciated. Thank you!

from manimpango.

behackl avatar behackl commented on May 14, 2024

I am using conda, I updated today both conda and the manimCE environment inside conda, and I started to get this error. It was working fine previously. Any assistance would be greatly appreciated. Thank you!

Wait for the upcoming release, or just try and run pip install manimpango --force.

from manimpango.

alexandross avatar alexandross commented on May 14, 2024

Thank you! I just installed manim in my "base" environment (outside of the "manimCE" conda environment) using "pip3 install manim" and it works. I will keep updating the manimCE conda environment, hopefully a future update will fix it.

from manimpango.

smadikanti avatar smadikanti commented on May 14, 2024

Issue still persists

from manimpango.

uwezi avatar uwezi commented on May 14, 2024

@smadikanti

Issue still persists

well, the issue has been fixed as reported by others.

Which version of Manim and which version of Python are you using on what operating system?
And did you follow the advice above to run pip install manimpango --force?

from manimpango.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.