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/02/18 06:09:59 UTC

[GitHub] [superset] Fentonfi opened a new issue #13197: Could not find a version that satisfies the requirement apache-superset==1.0.0

Fentonfi opened a new issue #13197:
URL: https://github.com/apache/superset/issues/13197


   A clear and concise description of what the bug is.
   
   ### Expected results
   
   During the upgrade process from 0.36.0 I see this error(Could not find a version that satisfies the requirement apache-superset==1.0.0)
   Though I have done the upgrade from 0.36.0 to 0.37.0 then 0.37.0 to 0.38.0 and then from 0.38.0 to 1.0.0
   
   ### Actual results
   
   Shows error as "Could not find a version that satisfies the requirement apache-superset==1.0.0"
   #### Screenshots
   
   
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: `superset version - apache-superset==1.0.0`
   - python version: `python --version - Python 3.7.5`
   
   
   


----------------------------------------------------------------
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] Fentonfi commented on issue #13197: Could not find a version that satisfies the requirement apache-superset==1.0.0

Posted by GitBox <gi...@apache.org>.
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:
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] villebro commented on issue #13197: Could not find a version that satisfies the requirement apache-superset==1.0.0

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


   @Fentonfi are you trying to install via pip? Here's what I'm getting:
   
   ```
   $ python --version
   Python 3.7.9+
   $ pip install apache-superset==1.0.0
   Collecting apache-superset==1.0.0
     Downloading apache-superset-1.0.0.tar.gz (34.7 MB)
   ...
   ```
   
   So it seems to work fine with 3.7. Btw, I would recommend using 1.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.

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] Fentonfi commented on issue #13197: Could not find a version that satisfies the requirement apache-superset==1.0.0

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


   Hi Villebro,
   
   Thanks for your response. I am trying to install using pip.
   
   I updated the python version to 3.7.9 but I could see same error.Tried with python 3.8 too, but no progress
   
   **_ERROR: Could not find a version that satisfies the requirement apache-superset==1.0.0
   ERROR: No matching distribution found for apache-superset==1.0.0**
   root@ixxxxxxx:~# python --version
   Python 3.7.9


----------------------------------------------------------------
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] Fentonfi closed issue #13197: Could not find a version that satisfies the requirement apache-superset==1.0.0

Posted by GitBox <gi...@apache.org>.
Fentonfi closed issue #13197:
URL: https://github.com/apache/superset/issues/13197


   


----------------------------------------------------------------
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] prb219 commented on issue #13197: Could not find a version that satisfies the requirement apache-superset==1.0.0

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


   I see the same issue for version 1.0.1 as well 
   `ERROR: Could not find a version that satisfies the requirement apache-superset==1.0.1
   ERROR: No matching distribution found for apache-superset==1.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.

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