Fentonfi commented on issue #13197:
URL: https://github.com/apache/superset/issues/13197#issuecomment-784039108


   Hi,
   
   python3 was pointing to older version of python (python 3.6.9), because of 
which we had seen the above error. Now python3 binary points to the correct 
version.
   After making this change we had to install few pip packages as mention below
   python -m pip install --upgrade pip
   pip install --ignore-installed PyYAML
   apt-get install build-dep python-psycopg2
   pip install psycopg2
   pip install psycopg2-binary
   pip install apache-superset==1.0.1
   superset db upgrade
   
   this will install the latest version of apache-superset.
   
   Thanks for your inputs Villebro. :)
   
   Regards


----------------------------------------------------------------
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]

Reply via email to