alanorth commented on issue #22571: URL: https://github.com/apache/superset/issues/22571#issuecomment-1370707592
@zhaoyongjie I ended up using [this one liner](https://github.com/apache/superset/issues/20723#issuecomment-1251631420) shared in another issue. It installs the exact dependencies for Apache Superset 2.0.1, from its `requirements/base.txt`: ```console $ curl -sS https://raw.githubusercontent.com/apache/superset/2.0.1/requirements/base.txt | \ tail -n +10 | \ awk -v ORS=" " '/^[A-z]/{print}' | \ xargs pip install apache-superset==2.0.1 ``` I still don't understand why pip installing `apache-superset==2.0.1` doesn't work. This is a recurring issue with Superset for me. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org