talesaz Posted April 14 Posted April 14 Hi Guy, I need to install these Python requirements in my environment. Could you guide me through the process? Thanks! Flask==2.2.3 Flask-SQLAlchemy==3.1.1 SQLAlchemy==2.0.40 Flask-Login==0.6.2 Werkzeug==3.1.3 python-dotenv==1.0.0 blinker==1.9.0 Jinja2==3.1.6
wolstech Posted April 14 Posted April 14 Python modules are installed globally on the Plesk servers. You're on Tommy, and Flask is already installed and on v3 on Tommy. We arent going to downgrade as it would break other users accounts, so hopefully your app can use v3. These modules are present but need to be updated. SQLAlchemy==2.0.40 Werkzeug==3.1.3 blinker==1.9.0 Jinja2==3.1.6 The rest are current. Escalating.
Krydos Posted April 14 Posted April 14 Upgraded. You can see the current list of installed modules on Tommy's Python 3.12 at https://krydos1.heliohost.org/pyinfo/info3.12.py
Recommended Posts