AkashKit commented on issue #20942:
URL: https://github.com/apache/superset/issues/20942#issuecomment-1250198734
It took me some time to get all the required versions.
So just follow these steps. You will be good to go.
Supersets require only perticular version of some python libraries.
First run this command
>>pip list
>>Some main packages to remember
(flask==2.0.3, werkzeug==2.0.3 and jinja2==3.0.1);
>>install them with this command
(pip install flask==2.0.3, pip install werkzeug==2.0.3, pip install
jinja2==3.0.1)
>>also install some additional packages with specific version.
>>pip install Flask-WTF==0.14.3
>>pip install pyOpenSSL
>>pip install pySocks==1.5.6
>>pip install markupsafe==2.0.1
>>pip install pillow
>>pip install flask-caching==1.10.0
Now run >>superset db upgrade
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]