You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "round3d (via GitHub)" <gi...@apache.org> on 2023/09/08 16:29:10 UTC

[GitHub] [superset] round3d commented on issue #25032: Local docker install does not work

round3d commented on issue #25032:
URL: https://github.com/apache/superset/issues/25032#issuecomment-1711935669

   There's a conflict in your packages so pip is uninstalling typing_extensions-4.4.0 which has the NotRequired type  (added in 4.0 I believe ) and installing 3.10.0.2 which doesn't.
   
   
   ```
   superset_worker         | Installing collected packages: typing-extensions, portalocker, azure-core, msal, msal-extensions, azure-identity, azure-kusto-data, sqlalchemy-kusto
   superset_worker         |   Attempting uninstall: typing-extensions
   superset_worker         |     Found existing installation: typing_extensions 4.4.0
   superset_worker         |     Uninstalling typing_extensions-4.4.0:
   superset_init           | Installing collected packages: typing-extensions, portalocker, azure-core, msal, msal-extensions, azure-identity, azure-kusto-data, sqlalchemy-kusto
   superset_init           |   Attempting uninstall: typing-extensions
   superset_init           |     Found existing installation: typing_extensions 4.4.0
   superset_init           |     Uninstalling typing_extensions-4.4.0:
   superset_app            | Installing collected packages: typing-extensions, portalocker, azure-core, msal, msal-extensions, azure-identity, azure-kusto-data, sqlalchemy-kusto
   superset_app            |   Attempting uninstall: typing-extensions
   superset_worker_beat    | Installing collected packages: typing-extensions, portalocker, azure-core, msal, msal-extensions, azure-identity, azure-kusto-data, sqlalchemy-kusto
   superset_worker_beat    |   Attempting uninstall: typing-extensions
   superset_app            |     Found existing installation: typing_extensions 4.4.0
   superset_worker_beat    |     Found existing installation: typing_extensions 4.4.0
   superset_app            |     Uninstalling typing_extensions-4.4.0:
   superset_worker_beat    |     Uninstalling typing_extensions-4.4.0:
   superset_worker         |       Successfully uninstalled typing_extensions-4.4.0
   superset_init           |       Successfully uninstalled typing_extensions-4.4.0
   superset_app            |       Successfully uninstalled typing_extensions-4.4.0
   superset_worker_beat    |       Successfully uninstalled typing_extensions-4.4.0
   superset_worker         | ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
   superset_worker         | flask-limiter 3.3.1 requires typing-extensions>=4, but you have typing-extensions 3.10.0.2 which is incompatible.
   superset_worker         | astroid 2.15.6 requires typing-extensions>=4.0.0; python_version < "3.11", but you have typing-extensions 3.10.0.2 which is incompatible.
   superset_worker         | apache-superset 0.0.0.dev0 requires typing-extensions<5,>=4, but you have typing-extensions 3.10.0.2 which is incompatible.
   superset_worker         | Successfully installed azure-core-1.22.1 azure-identity-1.14.0 azure-kusto-data-3.1.3 msal-1.23.0 msal-extensions-1.0.0 portalocker-2.7.0 sqlalchemy-kusto-2.0.0 typing-extensions-3.10.0.2
   superset_worker         | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pi
   ```


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