alanorth commented on issue #22571: URL: https://github.com/apache/superset/issues/22571#issuecomment-1535901230
Closing because we realized that `pip install apache-superset` is apparently not meant to work. In other threads the maintainers have commented that we're supposed to be using the requirements file with pip. :shrug: For better or worse, now I always install Superset using a one liner based on the example given earlier in this issue: ```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 ``` -- 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