You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/13 09:27:24 UTC

[GitHub] [pulsar] emanueledomingo commented on issue #17596: [Bug] ConnectError while using `pyarrow.fs`

emanueledomingo commented on issue #17596:
URL: https://github.com/apache/pulsar/issues/17596#issuecomment-1245141692

   Hi guys, i made more tests today at office. I found out that the problem is the combination of `python` and `grpcio` libraries. I tried the connection script with
   ```yaml
     - python==3.9
     - pulsar-client==2.10.1
     - grpcio==1.48.0
   ```
   and it doesn't work. The same script with
   ```yaml
     - python<3.9
     - pulsar-client==2.10.1
     - grpcio==1.48.0
   ```
   works.


-- 
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-unsubscribe@pulsar.apache.org

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