mtucker502 commented on PR #21024:
URL: https://github.com/apache/superset/pull/21024#issuecomment-1450468523

   The documentation may have been updated but the official docker image when 
extended produces the same sqlalchemy 1.4 errors.
   
   ### Dockerfile:
   
   ```Dockerfile
   FROM apache/superset:1.5.3
   
   USER root
   
   RUN pip install snowflake-sqlalchemy==1.3.1
   
   USER superset
   ```
   
   ### Error: 
   
   ```
   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.
   apache-superset 1.5.3 requires sqlalchemy!=1.3.21,<1.4,>=1.3.16, but you 
have sqlalchemy 1.4.46 which is incompatible.
   apache-superset 1.5.3 requires typing-extensions<4,>=3.10, but you have 
typing-extensions 4.5.0 which is incompatible.
   Successfully installed asn1crypto-1.5.1 cryptography-38.0.4 filelock-3.9.0 
greenlet-2.0.2 oscrypto-1.3.0 pyOpenSSL-22.1.0 pycryptodomex-3.17 
snowflake-connector-python-2.9.0 snowflake-sqlalchemy-1.3.1 sqlalchemy-1.4.46 
typing-extensions-4.5.0
   ```


-- 
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: [email protected]

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