Code Monkey home page Code Monkey logo

Comments (5)

SteffRainville avatar SteffRainville commented on August 10, 2024 11

SOLUTION

Upgrade flask 1 to Flask V2

Go to this file
excalibur\venv\Lib\site-packages\excalibur\www\views.py

Change this line

from werkzeug import secure_filename
to
from werkzeug.utils import secure_filename

from excalibur.

SteffRainville avatar SteffRainville commented on August 10, 2024 1

Modify the requirements.txt file
Flask==2.1.1

from excalibur.

giiyms avatar giiyms commented on August 10, 2024

How do you upgrade to flask v2?

from excalibur.

alesrosina avatar alesrosina commented on August 10, 2024

You can also do

pip install flask -U

And that should work.

from excalibur.

sd3ntato avatar sd3ntato commented on August 10, 2024

hi

I applied the suggested changes with and fixed some other issues here in #183

while a was at it, I dockerized the app so we can just
docker compose up --build to start the app

it not perfect but at least can use the app

from excalibur.

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.