Shkurupii commented on issue #11765: URL: https://github.com/apache/incubator-superset/issues/11765#issuecomment-735783634
Apparently Debian configured python venv in different to Centos manner. In general we don't care, but when I had provided you my check check points I expected you to recreate environment and superset was expected to become your root directory for everything, both config and venv. According to commands you provided and output you returned all should be good. Do you sure that "env" directory is created from scratch? For testing purposes `virtualenv --python=python3 env1; source env1/bin/activate` `virtualenv --python=python3 env2; source env2/bin/activate` ... you can make unique directories for your environments and as much as you want until your superset will be up and running. BR, Oleksii ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
