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/07/15 21:51:28 UTC

[GitHub] [superset] EMCP opened a new issue #15723: pip install apache-superset seems to complain about a yanked library on install

EMCP opened a new issue #15723:
URL: https://github.com/apache/superset/issues/15723


   A clear and concise description of what the bug is.
   
   ### Expected results
   
   ```
   pt-get update
   apt-get -y upgrade
   apt-get -y install build-essential libssl-dev libffi-dev python3-dev python3-pip libsasl2-dev libldap2-dev
   
   pip install werkzeug==1.0.1
   pip install itsdangerous==1.1.0
   pip install flask-appbuilder==3.1.1
   pip install apache-superset
   ```
   
   what you expected to happen.
   
   ### Actual results
   
   ```
   Collecting sqlalchemy!=1.3.21,<1.4,>=1.3.16
     Downloading SQLAlchemy-1.3.24-cp38-cp38-manylinux2010_x86_64.whl (1.3 MB)
        |████████████████████████████████| 1.3 MB 28.4 MB/s 
   WARNING: The candidate selected for download or install is a yanked version: 'sqlalchemy-utils' candidate (version 0.36.8 at https://files.pythonhosted.org/packages/14/68/e5301c4c960c79a32333b8805e52cb69d3d237aa869a773b4157ccb3eb26/SQLAlchemy-Utils-0.36.8.tar.gz#sha256=fb66e9956e41340011b70b80f898fde6064ec1817af77199ee21ace71d7d6ab0 (from https://pypi.org/simple/sqlalchemy-utils/))
   Reason for being yanked: Wrong required python
   
   ```
   
   what actually happens.
   
   #### Screenshots
   
   If applicable, add screenshots to help explain your problem.
   
   #### How to reproduce the bug
   
   1. load up ubuntu 20.04 and repeat the steps from Expected Results Section
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: `1.2.0`
   - python version: `v3.8.10`
   - node.js version: `node -v` no node installed
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [ X] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ X] I have reproduced the issue with at least the latest released version of superset.
   - [ X] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   


-- 
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] EMCP edited a comment on issue #15723: pip install apache-superset seems to complain about a yanked library on install

Posted by GitBox <gi...@apache.org>.
EMCP edited a comment on issue #15723:
URL: https://github.com/apache/superset/issues/15723#issuecomment-986244832


   @srinify 
   
   I see my juju charm which instantiates apache-superset has broken upon the upgrade.. so I've taken a fresh look at the installation in the freshest ubuntu LTS (20.04) , 
   
   
   and again I am seeing the same issue.. this time I tried backing off and just letting the `pip3 install apache-superset` run without pinning anything.. and it seems nothings changed since my original post
   
   **Errors during installation**
   ```
     Downloading SQLAlchemy-1.3.24-cp38-cp38-manylinux2010_x86_64.whl (1.3 MB)                                                                                     
        |████████████████████████████████| 1.3 MB 103.1 MB/s                                                                                                       
   WARNING: The candidate selected for download or install is a yanked version: 'sqlalchemy-utils' candidate (version 0.36.8 at https://files.pythonhosted.org/pack
   ages/14/68/e5301c4c960c79a32333b8805e52cb69d3d237aa869a773b4157ccb3eb26/SQLAlchemy-Utils-0.36.8.tar.gz#sha256=fb66e9956e41340011b70b80f898fde6064ec1817af77199ee
   21ace71d7d6ab0 (from https://pypi.org/simple/sqlalchemy-utils/))                                                                                                
   Reason for being yanked: Wrong required python                 
   ```
   
   ```
   Successfully built apache-superset cron-descriptor holidays pgsanity python-geohash sqlalchemy-utils wtforms-json Flask-JWT-Extended Flask-Login pymeeus
   ERROR: flask-appbuilder 3.4.0 has requirement Flask-WTF<0.15.0,>=0.14.2, but you'll have flask-wtf 1.0.0 which is incompatible.
   ERROR: importlib-resources 5.4.0 has requirement zipp>=3.1.0; python_version < "3.10", but you'll have zipp 1.0.0 which is incompatible.
   
   ```
   
   here's latest `pip3 freeze`
   
   ```
   aiohttp==3.8.1
   aiosignal==1.2.0
   alembic==1.7.5
   amqp==2.6.1
   apache-superset==1.3.2
   apispec==3.3.2
   async-generator==1.10
   async-timeout==4.0.1
   attrs==19.3.0
   Automat==0.8.0
   Babel==2.9.1
   backoff==1.11.1
   billiard==3.6.4.0
   bleach==3.3.1
   blinker==1.4
   Brotli==1.0.9
   cachelib==0.1.1
   celery==4.4.7
   certifi==2019.11.28
   cffi==1.15.0
   chardet==3.0.4
   charset-normalizer==2.0.9
   Click==7.0
   cloud-init==21.4
   colorama==0.4.3
   command-not-found==0.3
   configobj==5.0.6
   constantly==15.1.0
   convertdate==2.3.2
   cron-descriptor==1.2.24
   croniter==1.1.0
   cryptography==36.0.0
   dbus-python==1.2.16
   defusedxml==0.7.1
   Deprecated==1.2.13
   deprecation==2.1.0
   distro==1.4.0
   distro-info===0.23ubuntu1
   dnspython==2.1.0
   email-validator==1.1.3
   entrypoints==0.3
   Flask==1.1.4
   Flask-AppBuilder==3.4.0
   Flask-Babel==2.0.0
   Flask-Caching==1.10.1
   Flask-Compress==1.10.1
   Flask-JWT-Extended==3.25.1
   Flask-Login==0.4.1
   Flask-Migrate==3.1.0
   Flask-OpenID==1.3.0
   Flask-SQLAlchemy==2.5.1
   flask-talisman==0.8.1
   Flask-WTF==1.0.0
   frozenlist==1.2.0
   geographiclib==1.52
   geopy==2.2.0
   graphlib-backport==1.0.3
   gunicorn==20.0.4
   h11==0.12.0
   holidays==0.10.3
   httplib2==0.14.0
   humanize==3.13.1
   hyperlink==19.0.0
   idna==2.8
   importlib-metadata==4.8.2
   importlib-resources==5.4.0
   incremental==16.10.1
   isodate==0.6.0
   itsdangerous==1.1.0
   Jinja2==2.10.1
   jsonpatch==1.22
   jsonpointer==2.0
   jsonschema==3.2.0
   keyring==18.0.1
   kombu==4.6.11
   korean-lunar-calendar==0.2.1
   language-selector==0.1
   launchpadlib==1.10.13
   lazr.restfulclient==0.14.2
   lazr.uri==1.0.3
   Mako==1.1.6
   Markdown==3.3.6
   MarkupSafe==1.1.0
   marshmallow==3.14.1
   marshmallow-enum==1.5.1
   marshmallow-sqlalchemy==0.26.1
   more-itertools==4.2.0
   msgpack==1.0.3
   multidict==5.2.0
   netifaces==0.10.4
   numpy==1.21.4
   oauthlib==3.1.0
   outcome==1.1.0
   packaging==21.3
   pandas==1.2.5
   parsedatetime==2.6
   pexpect==4.6.0
   pgsanity==0.2.9
   polyline==1.4.0
   prison==0.2.1
   pyarrow==4.0.1
   pyasn1==0.4.2
   pyasn1-modules==0.2.1
   pycparser==2.21
   PyGObject==3.36.0
   PyHamcrest==1.9.0
   PyJWT==1.7.1
   pymacaroons==0.13.0
   PyMeeus==0.5.11
   PyNaCl==1.3.0
   pyOpenSSL==19.0.0
   pyparsing==2.4.7
   pyrsistent==0.15.5
   pyserial==3.4
   python-apt==2.0.0+ubuntu0.20.4.6
   python-dateutil==2.8.2
   python-debian===0.1.36ubuntu1
   python-dotenv==0.19.2
   python-geohash==0.8.5
   python3-openid==3.2.0
   pytz==2021.3
   PyYAML==6.0
   redis==4.0.2
   requests==2.22.0
   requests-unixsocket==0.2.0
   SecretStorage==2.3.1
   selenium==4.1.0
   service-identity==18.1.0
   simplejson==3.16.0
   six==1.14.0
   slackclient==2.5.0
   sniffio==1.2.0
   sortedcontainers==2.4.0
   sos==4.1
   SQLAlchemy==1.3.24
   SQLAlchemy-Utils==0.36.8
   sqlparse==0.3.0
   ssh-import-id==5.10
   systemd-python==234
   tabulate==0.8.9
   trio==0.19.0
   trio-websocket==0.9.2
   Twisted==18.9.0
   typing-extensions==3.10.0.2
   ubuntu-advantage-tools==27.4
   ufw==0.36
   unattended-upgrades==0.1
   urllib3==1.26.7
   vine==1.3.0
   wadllib==1.3.3
   webencodings==0.5.1
   Werkzeug==1.0.1
   wrapt==1.13.3
   wsproto==1.0.0
   WTForms==2.3.3
   WTForms-JSON==0.3.3
   yarl==1.7.2
   zipp==1.0.0
   zope.interface==4.7.1
   ```
   
   when I reintroduce my pinnings.. AND add `zipp==3.1.0` it seems to install, but I am seeing constant warnings 
   
   ```
   ubuntu@juju-2dd159-269:~$ superset version
   /usr/lib/python3/dist-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (1.26.7) or chardet (3.0.4) doesn't match a supported version!
     warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
   logging was configured successfully
   2021-12-05 15:23:04,478:INFO:superset.utils.logging_configurator:logging was configured successfully
   2021-12-05 15:23:04,482:INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
   /usr/local/lib/python3.8/dist-packages/flask_caching/__init__.py:201: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
     warnings.warn(
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   Superset 1.3.2
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   ```


-- 
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] EMCP edited a comment on issue #15723: pip install apache-superset seems to complain about a yanked library on install

Posted by GitBox <gi...@apache.org>.
EMCP edited a comment on issue #15723:
URL: https://github.com/apache/superset/issues/15723#issuecomment-986244995


   looks like in this latest release I'll need to add pinning something called `zipp` to the required version, in order for my juju charm to work and install apache-superset successfully
   
   https://discourse.charmhub.io/t/releasing-a-meltano-postgres-apache-superset-bundle-beta/5216
   
   https://gitlab.com/jrgemcp-public/charms/superset-charm
   
   Is there a preferred version of Python here?? seems I need to ask so that the python install goes smoother
   
   currently Ubuntu LTS 20.04 as `python3 --version 3.8.10`


-- 
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] EMCP commented on issue #15723: pip install apache-superset seems to complain about a yanked library on install

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


   is it safe to guess , according to the `setup.py` we'd be better off using py3.7
   
   https://github.com/apache/superset/blob/master/setup.py#L164


-- 
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] EMCP edited a comment on issue #15723: pip install apache-superset seems to complain about a yanked library on install

Posted by GitBox <gi...@apache.org>.
EMCP edited a comment on issue #15723:
URL: https://github.com/apache/superset/issues/15723#issuecomment-986244995


   looks like in this latest release I'll need to add pinning something called `zipp` to the required version, in order for my juju charm to work and install apache-superset successfully
   
   https://discourse.charmhub.io/t/releasing-a-meltano-postgres-apache-superset-bundle-beta/5216
   
   https://gitlab.com/jrgemcp-public/charms/superset-charm


-- 
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] EMCP commented on issue #15723: pip install apache-superset seems to complain about a yanked library on install

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


   @srinify 
   
   I see my juju charm which instantiates apache-superset has broken upon the upgrade.. so I've taken a fresh look at the installation in the freshest ubuntu LTS (20.04) , 
   
   and again I am seeing the same issue.. this time I tried backing off and just letting the `pip3 install apache-superset` run without pinning anything.. and it seems nothings changed since my original post
   
   **Errors during installation**
   ```
     Downloading SQLAlchemy-1.3.24-cp38-cp38-manylinux2010_x86_64.whl (1.3 MB)                                                                                     
        |████████████████████████████████| 1.3 MB 103.1 MB/s                                                                                                       
   WARNING: The candidate selected for download or install is a yanked version: 'sqlalchemy-utils' candidate (version 0.36.8 at https://files.pythonhosted.org/pack
   ages/14/68/e5301c4c960c79a32333b8805e52cb69d3d237aa869a773b4157ccb3eb26/SQLAlchemy-Utils-0.36.8.tar.gz#sha256=fb66e9956e41340011b70b80f898fde6064ec1817af77199ee
   21ace71d7d6ab0 (from https://pypi.org/simple/sqlalchemy-utils/))                                                                                                
   Reason for being yanked: Wrong required python                 
   ```
   
   ```
   Successfully built apache-superset cron-descriptor holidays pgsanity python-geohash sqlalchemy-utils wtforms-json Flask-JWT-Extended Flask-Login pymeeus
   ERROR: flask-appbuilder 3.4.0 has requirement Flask-WTF<0.15.0,>=0.14.2, but you'll have flask-wtf 1.0.0 which is incompatible.
   ERROR: importlib-resources 5.4.0 has requirement zipp>=3.1.0; python_version < "3.10", but you'll have zipp 1.0.0 which is incompatible.
   
   ```
   
   here's latest `pip3 freeze`
   
   ```
   aiohttp==3.8.1
   aiosignal==1.2.0
   alembic==1.7.5
   amqp==2.6.1
   apache-superset==1.3.2
   apispec==3.3.2
   async-generator==1.10
   async-timeout==4.0.1
   attrs==19.3.0
   Automat==0.8.0
   Babel==2.9.1
   backoff==1.11.1
   billiard==3.6.4.0
   bleach==3.3.1
   blinker==1.4
   Brotli==1.0.9
   cachelib==0.1.1
   celery==4.4.7
   certifi==2019.11.28
   cffi==1.15.0
   chardet==3.0.4
   charset-normalizer==2.0.9
   Click==7.0
   cloud-init==21.4
   colorama==0.4.3
   command-not-found==0.3
   configobj==5.0.6
   constantly==15.1.0
   convertdate==2.3.2
   cron-descriptor==1.2.24
   croniter==1.1.0
   cryptography==36.0.0
   dbus-python==1.2.16
   defusedxml==0.7.1
   Deprecated==1.2.13
   deprecation==2.1.0
   distro==1.4.0
   distro-info===0.23ubuntu1
   dnspython==2.1.0
   email-validator==1.1.3
   entrypoints==0.3
   Flask==1.1.4
   Flask-AppBuilder==3.4.0
   Flask-Babel==2.0.0
   Flask-Caching==1.10.1
   Flask-Compress==1.10.1
   Flask-JWT-Extended==3.25.1
   Flask-Login==0.4.1
   Flask-Migrate==3.1.0
   Flask-OpenID==1.3.0
   Flask-SQLAlchemy==2.5.1
   flask-talisman==0.8.1
   Flask-WTF==1.0.0
   frozenlist==1.2.0
   geographiclib==1.52
   geopy==2.2.0
   graphlib-backport==1.0.3
   gunicorn==20.0.4
   h11==0.12.0
   holidays==0.10.3
   httplib2==0.14.0
   humanize==3.13.1
   hyperlink==19.0.0
   idna==2.8
   importlib-metadata==4.8.2
   importlib-resources==5.4.0
   incremental==16.10.1
   isodate==0.6.0
   itsdangerous==1.1.0
   Jinja2==2.10.1
   jsonpatch==1.22
   jsonpointer==2.0
   jsonschema==3.2.0
   keyring==18.0.1
   kombu==4.6.11
   korean-lunar-calendar==0.2.1
   language-selector==0.1
   launchpadlib==1.10.13
   lazr.restfulclient==0.14.2
   lazr.uri==1.0.3
   Mako==1.1.6
   Markdown==3.3.6
   MarkupSafe==1.1.0
   marshmallow==3.14.1
   marshmallow-enum==1.5.1
   marshmallow-sqlalchemy==0.26.1
   more-itertools==4.2.0
   msgpack==1.0.3
   multidict==5.2.0
   netifaces==0.10.4
   numpy==1.21.4
   oauthlib==3.1.0
   outcome==1.1.0
   packaging==21.3
   pandas==1.2.5
   parsedatetime==2.6
   pexpect==4.6.0
   pgsanity==0.2.9
   polyline==1.4.0
   prison==0.2.1
   pyarrow==4.0.1
   pyasn1==0.4.2
   pyasn1-modules==0.2.1
   pycparser==2.21
   PyGObject==3.36.0
   PyHamcrest==1.9.0
   PyJWT==1.7.1
   pymacaroons==0.13.0
   PyMeeus==0.5.11
   PyNaCl==1.3.0
   pyOpenSSL==19.0.0
   pyparsing==2.4.7
   pyrsistent==0.15.5
   pyserial==3.4
   python-apt==2.0.0+ubuntu0.20.4.6
   python-dateutil==2.8.2
   python-debian===0.1.36ubuntu1
   python-dotenv==0.19.2
   python-geohash==0.8.5
   python3-openid==3.2.0
   pytz==2021.3
   PyYAML==6.0
   redis==4.0.2
   requests==2.22.0
   requests-unixsocket==0.2.0
   SecretStorage==2.3.1
   selenium==4.1.0
   service-identity==18.1.0
   simplejson==3.16.0
   six==1.14.0
   slackclient==2.5.0
   sniffio==1.2.0
   sortedcontainers==2.4.0
   sos==4.1
   SQLAlchemy==1.3.24
   SQLAlchemy-Utils==0.36.8
   sqlparse==0.3.0
   ssh-import-id==5.10
   systemd-python==234
   tabulate==0.8.9
   trio==0.19.0
   trio-websocket==0.9.2
   Twisted==18.9.0
   typing-extensions==3.10.0.2
   ubuntu-advantage-tools==27.4
   ufw==0.36
   unattended-upgrades==0.1
   urllib3==1.26.7
   vine==1.3.0
   wadllib==1.3.3
   webencodings==0.5.1
   Werkzeug==1.0.1
   wrapt==1.13.3
   wsproto==1.0.0
   WTForms==2.3.3
   WTForms-JSON==0.3.3
   yarl==1.7.2
   zipp==1.0.0
   zope.interface==4.7.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-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] EMCP edited a comment on issue #15723: pip install apache-superset seems to complain about a yanked library on install

Posted by GitBox <gi...@apache.org>.
EMCP edited a comment on issue #15723:
URL: https://github.com/apache/superset/issues/15723#issuecomment-986244832


   @srinify 
   
   I see my juju charm which instantiates apache-superset has broken upon the upgrade.. so I've taken a fresh look at the installation in the freshest ubuntu LTS (20.04) , 
   
   
   and again I am seeing the same issue.. this time I tried backing off and just letting the `pip3 install apache-superset` run without pinning anything.. and it seems nothings changed since my original post
   
   **Errors during installation**
   ```
     Downloading SQLAlchemy-1.3.24-cp38-cp38-manylinux2010_x86_64.whl (1.3 MB)                                                                                     
        |████████████████████████████████| 1.3 MB 103.1 MB/s                                                                                                       
   WARNING: The candidate selected for download or install is a yanked version: 'sqlalchemy-utils' candidate (version 0.36.8 at https://files.pythonhosted.org/pack
   ages/14/68/e5301c4c960c79a32333b8805e52cb69d3d237aa869a773b4157ccb3eb26/SQLAlchemy-Utils-0.36.8.tar.gz#sha256=fb66e9956e41340011b70b80f898fde6064ec1817af77199ee
   21ace71d7d6ab0 (from https://pypi.org/simple/sqlalchemy-utils/))                                                                                                
   Reason for being yanked: Wrong required python                 
   ```
   
   ```
   Successfully built apache-superset cron-descriptor holidays pgsanity python-geohash sqlalchemy-utils wtforms-json Flask-JWT-Extended Flask-Login pymeeus
   ERROR: flask-appbuilder 3.4.0 has requirement Flask-WTF<0.15.0,>=0.14.2, but you'll have flask-wtf 1.0.0 which is incompatible.
   ERROR: importlib-resources 5.4.0 has requirement zipp>=3.1.0; python_version < "3.10", but you'll have zipp 1.0.0 which is incompatible.
   
   ```
   
   here's latest `pip3 freeze`
   
   ```
   aiohttp==3.8.1
   aiosignal==1.2.0
   alembic==1.7.5
   amqp==2.6.1
   apache-superset==1.3.2
   apispec==3.3.2
   async-generator==1.10
   async-timeout==4.0.1
   attrs==19.3.0
   Automat==0.8.0
   Babel==2.9.1
   backoff==1.11.1
   billiard==3.6.4.0
   bleach==3.3.1
   blinker==1.4
   Brotli==1.0.9
   cachelib==0.1.1
   celery==4.4.7
   certifi==2019.11.28
   cffi==1.15.0
   chardet==3.0.4
   charset-normalizer==2.0.9
   Click==7.0
   cloud-init==21.4
   colorama==0.4.3
   command-not-found==0.3
   configobj==5.0.6
   constantly==15.1.0
   convertdate==2.3.2
   cron-descriptor==1.2.24
   croniter==1.1.0
   cryptography==36.0.0
   dbus-python==1.2.16
   defusedxml==0.7.1
   Deprecated==1.2.13
   deprecation==2.1.0
   distro==1.4.0
   distro-info===0.23ubuntu1
   dnspython==2.1.0
   email-validator==1.1.3
   entrypoints==0.3
   Flask==1.1.4
   Flask-AppBuilder==3.4.0
   Flask-Babel==2.0.0
   Flask-Caching==1.10.1
   Flask-Compress==1.10.1
   Flask-JWT-Extended==3.25.1
   Flask-Login==0.4.1
   Flask-Migrate==3.1.0
   Flask-OpenID==1.3.0
   Flask-SQLAlchemy==2.5.1
   flask-talisman==0.8.1
   Flask-WTF==1.0.0
   frozenlist==1.2.0
   geographiclib==1.52
   geopy==2.2.0
   graphlib-backport==1.0.3
   gunicorn==20.0.4
   h11==0.12.0
   holidays==0.10.3
   httplib2==0.14.0
   humanize==3.13.1
   hyperlink==19.0.0
   idna==2.8
   importlib-metadata==4.8.2
   importlib-resources==5.4.0
   incremental==16.10.1
   isodate==0.6.0
   itsdangerous==1.1.0
   Jinja2==2.10.1
   jsonpatch==1.22
   jsonpointer==2.0
   jsonschema==3.2.0
   keyring==18.0.1
   kombu==4.6.11
   korean-lunar-calendar==0.2.1
   language-selector==0.1
   launchpadlib==1.10.13
   lazr.restfulclient==0.14.2
   lazr.uri==1.0.3
   Mako==1.1.6
   Markdown==3.3.6
   MarkupSafe==1.1.0
   marshmallow==3.14.1
   marshmallow-enum==1.5.1
   marshmallow-sqlalchemy==0.26.1
   more-itertools==4.2.0
   msgpack==1.0.3
   multidict==5.2.0
   netifaces==0.10.4
   numpy==1.21.4
   oauthlib==3.1.0
   outcome==1.1.0
   packaging==21.3
   pandas==1.2.5
   parsedatetime==2.6
   pexpect==4.6.0
   pgsanity==0.2.9
   polyline==1.4.0
   prison==0.2.1
   pyarrow==4.0.1
   pyasn1==0.4.2
   pyasn1-modules==0.2.1
   pycparser==2.21
   PyGObject==3.36.0
   PyHamcrest==1.9.0
   PyJWT==1.7.1
   pymacaroons==0.13.0
   PyMeeus==0.5.11
   PyNaCl==1.3.0
   pyOpenSSL==19.0.0
   pyparsing==2.4.7
   pyrsistent==0.15.5
   pyserial==3.4
   python-apt==2.0.0+ubuntu0.20.4.6
   python-dateutil==2.8.2
   python-debian===0.1.36ubuntu1
   python-dotenv==0.19.2
   python-geohash==0.8.5
   python3-openid==3.2.0
   pytz==2021.3
   PyYAML==6.0
   redis==4.0.2
   requests==2.22.0
   requests-unixsocket==0.2.0
   SecretStorage==2.3.1
   selenium==4.1.0
   service-identity==18.1.0
   simplejson==3.16.0
   six==1.14.0
   slackclient==2.5.0
   sniffio==1.2.0
   sortedcontainers==2.4.0
   sos==4.1
   SQLAlchemy==1.3.24
   SQLAlchemy-Utils==0.36.8
   sqlparse==0.3.0
   ssh-import-id==5.10
   systemd-python==234
   tabulate==0.8.9
   trio==0.19.0
   trio-websocket==0.9.2
   Twisted==18.9.0
   typing-extensions==3.10.0.2
   ubuntu-advantage-tools==27.4
   ufw==0.36
   unattended-upgrades==0.1
   urllib3==1.26.7
   vine==1.3.0
   wadllib==1.3.3
   webencodings==0.5.1
   Werkzeug==1.0.1
   wrapt==1.13.3
   wsproto==1.0.0
   WTForms==2.3.3
   WTForms-JSON==0.3.3
   yarl==1.7.2
   zipp==1.0.0
   zope.interface==4.7.1
   ```
   
   when I reintroduce my pinnings.. AND add `zipp==3.1.0` it seems to install, but I am seeing constant warnings 
   
   ```
   
   ```
   ubuntu@juju-2dd159-269:~$ superset version
   /usr/lib/python3/dist-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (1.26.7) or chardet (3.0.4) doesn't match a supported version!
     warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
   logging was configured successfully
   2021-12-05 15:23:04,478:INFO:superset.utils.logging_configurator:logging was configured successfully
   2021-12-05 15:23:04,482:INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
   /usr/local/lib/python3.8/dist-packages/flask_caching/__init__.py:201: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
     warnings.warn(
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   Superset 1.3.2
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   ```


-- 
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] EMCP commented on issue #15723: pip install apache-superset seems to complain about a yanked library on install

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


   for those curious, my ways to get this to work are codified in the juju charm https://gitlab.com/jrgemcp-public/charms/superset-charm/-/commit/0c55aa96ae28487b08844ccaac3d0478e4d3eb33
   
   I will publish to the charm hub if pushed but.. no one seems to really use superset there yet


-- 
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] srinify commented on issue #15723: pip install apache-superset seems to complain about a yanked library on install

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


   Hi @EMCP do you mind doing a `pip freeze` / dumping your python context? I can't replicate this unfortunately


-- 
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] EMCP edited a comment on issue #15723: pip install apache-superset seems to complain about a yanked library on install

Posted by GitBox <gi...@apache.org>.
EMCP edited a comment on issue #15723:
URL: https://github.com/apache/superset/issues/15723#issuecomment-986244995


   looks like in this latest release I'll need to add pinning something called `zipp` to the required version, in order for my juju charm to work and install apache-superset successfully
   
   https://discourse.charmhub.io/t/releasing-a-meltano-postgres-apache-superset-bundle-beta/5216
   
   https://gitlab.com/jrgemcp-public/charms/superset-charm
   
   Is there a preferred version of Python here?? seems I need to ask so that the python install goes smoother


-- 
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] EMCP commented on issue #15723: pip install apache-superset seems to complain about a yanked library on install

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


   looks like in this latest release I'll need to add pinning something called `zipp` to the required version


-- 
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] EMCP commented on issue #15723: pip install apache-superset seems to complain about a yanked library on install

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


   thanks @srinify 
   
   ![Screen Shot 2021-07-23 at 18 52 17](https://user-images.githubusercontent.com/3691722/126815545-d9de78db-3679-48d6-a860-253c0d89f07d.png)
   
   ```
   aiohttp==3.7.4.post0
   alembic==1.6.5
   amqp==2.6.1
   apache-superset==1.2.0
   apispec==3.3.2
   async-timeout==3.0.1
   attrs==19.3.0
   Automat==0.8.0
   Babel==2.9.1
   backoff==1.11.1
   billiard==3.6.4.0
   bleach==3.3.1
   blinker==1.4
   Brotli==1.0.9
   cachelib==0.1.1
   celery==4.4.7
   certifi==2019.11.28
   cffi==1.14.6
   chardet==3.0.4
   Click==7.0
   cloud-init==21.2
   colorama==0.4.3
   command-not-found==0.3
   configobj==5.0.6
   constantly==15.1.0
   contextlib2==21.6.0
   convertdate==2.3.2
   cron-descriptor==1.2.24
   croniter==1.0.15
   cryptography==3.4.7
   dbus-python==1.2.16
   decorator==5.0.9
   defusedxml==0.7.1
   distro==1.4.0
   distro-info===0.23ubuntu1
   dnspython==2.1.0
   email-validator==1.1.3
   entrypoints==0.3
   Flask==1.1.4
   Flask-AppBuilder==3.3.1
   Flask-Babel==1.0.0
   Flask-Caching==1.10.1
   Flask-Compress==1.10.1
   Flask-JWT-Extended==3.25.1
   Flask-Login==0.4.1
   Flask-Migrate==3.0.1
   Flask-OpenID==1.2.5
   Flask-SQLAlchemy==2.5.1
   flask-talisman==0.8.1
   Flask-WTF==0.14.3
   geographiclib==1.52
   geopy==2.2.0
   graphlib-backport==1.0.3
   greenlet==1.1.0
   gunicorn==20.0.4
   holidays==0.10.3
   httplib2==0.14.0
   humanize==3.10.0
   hyperlink==19.0.0
   idna==2.8
   importlib-metadata==1.5.0
   incremental==16.10.1
   isodate==0.6.0
   itsdangerous==1.1.0
   Jinja2==2.10.1
   jsonpatch==1.22
   jsonpointer==2.0
   jsonschema==3.2.0
   keyring==18.0.1
   kombu==4.6.11
   korean-lunar-calendar==0.2.1
   language-selector==0.1
   launchpadlib==1.10.13
   lazr.restfulclient==0.14.2
   lazr.uri==1.0.3
   Mako==1.1.4
   Markdown==3.3.4
   MarkupSafe==1.1.0
   marshmallow==3.13.0
   marshmallow-enum==1.5.1
   marshmallow-sqlalchemy==0.23.1
   more-itertools==4.2.0
   msgpack==1.0.2
   multidict==5.1.0
   netifaces==0.10.4
   numpy==1.21.1
   oauthlib==3.1.0
   packaging==21.0
   pandas==1.2.5
   parsedatetime==2.6
   pathlib2==2.3.6
   pexpect==4.6.0
   pgsanity==0.2.9
   polyline==1.4.0
   prison==0.1.3
   py==1.10.0
   pyarrow==3.0.0
   pyasn1==0.4.2
   pyasn1-modules==0.2.1
   pycparser==2.20
   PyGObject==3.36.0
   PyHamcrest==1.9.0
   PyJWT==1.7.1
   pymacaroons==0.13.0
   PyMeeus==0.5.11
   PyNaCl==1.3.0
   pyOpenSSL==19.0.0
   pyparsing==2.4.7
   pyrsistent==0.15.5
   pyserial==3.4
   python-apt==2.0.0+ubuntu0.20.4.5
   python-dateutil==2.8.2
   python-debian===0.1.36ubuntu1
   python-dotenv==0.18.0
   python-editor==1.0.4
   python-geohash==0.8.5
   python3-openid==3.2.0
   pytz==2021.1
   PyYAML==5.4.1
   redis==3.5.3
   requests==2.22.0
   requests-unixsocket==0.2.0
   retry==0.9.2
   SecretStorage==2.3.1
   selenium==3.141.0
   service-identity==18.1.0
   simplejson==3.16.0
   six==1.14.0
   slackclient==2.5.0
   sos==4.1
   SQLAlchemy==1.3.24
   SQLAlchemy-Utils==0.36.8
   sqlparse==0.3.0
   ssh-import-id==5.10
   systemd-python==234
   Twisted==18.9.0
   typing-extensions==3.10.0.0
   ubuntu-advantage-tools==27.0
   ufw==0.36
   unattended-upgrades==0.1
   urllib3==1.25.8
   vine==1.3.0
   wadllib==1.3.3
   webencodings==0.5.1
   Werkzeug==1.0.1
   WTForms==2.3.3
   WTForms-JSON==0.3.3
   yarl==1.6.3
   zipp==1.0.0
   zope.interface==4.7.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-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