potiuk commented on issue #33744:
URL: https://github.com/apache/airflow/issues/33744#issuecomment-1785843431

   I think you have something messed up with your environment. I recommend you 
to look more closely at it and if you need help open a new discussion or slack 
troubleshooting query with more details of your environment and your finding. 
   
   There is no problem with importing redis.client in 4.6.0
   
   ```
   root@ad23900f4a58:/opt/airflow# pip freeze | grep redis
   google-cloud-redis==2.13.2
   redis==4.6.0
   types-redis==4.6.0.8
   root@ad23900f4a58:/opt/airflow# python
   Python 3.8.18 (default, Oct 11 2023, 23:57:43) 
   [GCC 10.2.1 20210110] on linux
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import redis
   >>> from redis import client
   >>> 
   ```
   
   Also maybe somewhere on PYTHONPATH you have another `redis` package that is 
automatically discovered by Python.
   
   Anyhow - this is not the same issue - start a new discussion on it 
   


-- 
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: commits-unsubscr...@airflow.apache.org

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

Reply via email to