Code Monkey home page Code Monkey logo

Comments (4)

havok2063 avatar havok2063 commented on August 25, 2024

@gmleeb I don't recommended editing the code of package dependencies within your python's site-packages folder, as that can lead to unintended dire consequences. Instead you should upgrade or downgrade the packages as needed to resolve the issue. You should be able to resolve this by either upgrading flask>2.1 and jinja2>3.1 or downgrading jinja2<3.1 and/or flask to a lower version. See #791.

from marvin.

Dvorak365 avatar Dvorak365 commented on August 25, 2024

I've had the same problem. Upgrading flask and jinja2 has changed the error messages, but there are still incompatibility issues

Here are some screenshots of the different dependency incompatibilities I've been getting when upgrading different packages:
pip -U "flask-jwt-extended>=3.8,<3.9"
image

pip -U "werkzeug<2.1,>=2.0"
image

pip -U "flask>2.1,<2.3"
pip -U "werkzeug<2.1,>=2.0"
image

What versions of these packages do I need to get marvin to run?
Thanks in advance

from marvin.

havok2063 avatar havok2063 commented on August 25, 2024

@gmleeb @Dvorak365 I installed marvin fresh in a new Python 3.10 conda environment and these are the package versions needed to import marvin, that resolves several dependency issues:

werkzeug=2.0.3
packaging=20.9
jinja2=3.0.3
itsdangerous=2.0.1
flask-jwt-extended=3.25.1
flask=1.1.2

from marvin.

Dvorak365 avatar Dvorak365 commented on August 25, 2024

That's fixed it, thanks so much for your help!

from marvin.

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.