Giter Club home page Giter Club logo

Comments (5)

pdkary avatar pdkary commented on May 24, 2024 1

numpy<=1.24

from manim.

Jeffjewett27 avatar Jeffjewett27 commented on May 24, 2024 1

pip install numpy==1.24 worked for me

from manim.

Ritvik-Buxi avatar Ritvik-Buxi commented on May 24, 2024

ValueError: operands could not be broadcast together with shapes (126,3) (129,3)
These Numbers Change When I try to render another file
like (24,3) (0,3)

from manim.

bagang52 avatar bagang52 commented on May 24, 2024

I had a same error...
OS System: Ubuntu 23.04 Codename: lunar
manim version: ManimGL v1.6.1
python version: Python 3.11.
numpy version: 1.24.2

apt-cache madison python3-numpy
python3-numpy | 1:1.24.2-1 | http://cn.archive.ubuntu.com/ubuntu lunar/main amd64 Packages

How can Numpy be downgraded to versions below 1.24?

from manim.

shallow-beach avatar shallow-beach commented on May 24, 2024

after following all steps on the MacOS guide, i needed to use pyenv with pipenv to get a version of pip that would play nice with pip install numpy==1.24. my python distribution was acquired using pyenv install 3.8 which defaults to 3.8.18, and for some reason i needed to manually edit Pipfile and Pipfile.lock to use 3.8, as pipenv install wouldn't use the correct (local) python distribution.

some examples within example_scenes.py do not run, but some do. regardless all show:
WARNING Unsupported element type: <class 'svgelements.svgelements.Use'>
at runtime, typically along with a few other errors.

Here are the calls that fail before displaying anything:
TexTransformExample
TexIndexing
UpdatersExample

from manim.

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.