You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/06/20 14:32:24 UTC

[GitHub] [superset] sedat-eyuboglu opened a new issue #15275: Getting incompatible package errors while installing Superset from scratch

sedat-eyuboglu opened a new issue #15275:
URL: https://github.com/apache/superset/issues/15275


   When i tried to install Superset according to the steps at https://superset.apache.org/docs/installation/installing-superset-from-scratch, i get following errors and installation can not success.
   
   ERROR: flask 1.1.4 has requirement itsdangerous<2.0,>=0.24, but you'll have itsdangerous 2.0.1 which is incompatible.
   ERROR: flask-appbuilder 3.3.1 has requirement Flask-WTF<0.15.0,>=0.14.2, but you'll have flask-wtf 0.15.1 which is incompatible.
   ERROR: flask-appbuilder 3.3.1 has requirement SQLAlchemy<1.4.0, but you'll have sqlalchemy 1.4.18 which is incompatible.
   
   I used the Ubuntu 20.04 in a Virtual Box environment. I think Ubuntu already have some packages with incompatible version.
   I created pythone virtual environment as described but it can not solve this issue. 
   
   
   #### How to reproduce the bug
   
   1. Install Ubuntu 20.04 from https://ubuntu.com/download/server into a Virtual Box environment.
   2. Flow the instaructions https://superset.apache.org/docs/installation/installing-superset-from-scratch
   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] ghrom commented on issue #15275: Getting incompatible package errors while installing Superset from scratch

Posted by GitBox <gi...@apache.org>.
ghrom commented on issue #15275:
URL: https://github.com/apache/superset/issues/15275#issuecomment-874966095


   After upgrading to pip apache-superset 1.2.0 it worked again!


-- 
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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] barryrowlingson commented on issue #15275: Getting incompatible package errors while installing Superset from scratch

Posted by GitBox <gi...@apache.org>.
barryrowlingson commented on issue #15275:
URL: https://github.com/apache/superset/issues/15275#issuecomment-881868886


   Installing these versions of Flask-WTF and itsdangerous got me past this error:
   
   ```
   python -m pip install apache-superset==1.2.0
   python -m pip install Flask-WTF==0.14.3
   python -m pip install itsdangerous==1.1.0
   ```
   
   but only got me to more errors when trying to run `superset load_examples`. Oh well.


-- 
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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] ghrom commented on issue #15275: Getting incompatible package errors while installing Superset from scratch

Posted by GitBox <gi...@apache.org>.
ghrom commented on issue #15275:
URL: https://github.com/apache/superset/issues/15275#issuecomment-874933366


   I was able to replicate the issues reported by @sedat-eyuboglu exactly. Superset installation as per official documentation https://superset.apache.org/docs/installation/installing-superset-using-docker-compose is broken.


-- 
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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] fuomag9 commented on issue #15275: Getting incompatible package errors while installing Superset from scratch

Posted by GitBox <gi...@apache.org>.
fuomag9 commented on issue #15275:
URL: https://github.com/apache/superset/issues/15275#issuecomment-880847969


   Same issue here, installation guidelines are incorrect and I did not manage to fix this


-- 
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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jots commented on issue #15275: Getting incompatible package errors while installing Superset from scratch

Posted by GitBox <gi...@apache.org>.
jots commented on issue #15275:
URL: https://github.com/apache/superset/issues/15275#issuecomment-876005514


   
   
   
   > After upgrading to pip apache-superset 1.2.0 it worked again!
   
   How do you do that?


-- 
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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] sedat-eyuboglu commented on issue #15275: Getting incompatible package errors while installing Superset from scratch

Posted by GitBox <gi...@apache.org>.
sedat-eyuboglu commented on issue #15275:
URL: https://github.com/apache/superset/issues/15275#issuecomment-864597452


   I also tried installing on Debian 10, and get the same errors.
   After spending one day, the only installation i could do is docker compose. And it has limitations to connect databases out side of the docker-compose environment.
   
   How can i install Superset and make it connect to my already installed mssql and apache druid instances on other servers in my loacal network? any idea?


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jots commented on issue #15275: Getting incompatible package errors while installing Superset from scratch

Posted by GitBox <gi...@apache.org>.
jots commented on issue #15275:
URL: https://github.com/apache/superset/issues/15275#issuecomment-876008507


   I installed like `pip install apache-superset==1.2.0`
   and still get the error:
   ```
   ERROR: flask 1.1.4 has requirement itsdangerous<2.0,>=0.24, but you'll have itsdangerous 2.0.1 which is incompatible.
   ERROR: flask-appbuilder 3.3.1 has requirement Flask-WTF<0.15.0,>=0.14.2, but you'll have flask-wtf 0.15.1 which is incompatible.
   ```
   
   also getting errors like:
   `error: invalid command 'bdist_wheel'`
   on install
   


-- 
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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org