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 2021/08/02 13:14:42 UTC

[GitHub] [pulsar] zbentley commented on issue #11203: 2.8.0 Python client library for Mac OS Big Sur won't load due to absolute linker paths left over from build environment

zbentley commented on issue #11203:
URL: https://github.com/apache/pulsar/issues/11203#issuecomment-891017007


   The new `2.8.0.post0` version is properly built and I am able to link against it successfully on OSX on the versions used for development at my company. 
   
   I can't speak for all linux, but our debian/ubuntu installs also work with that wheel.
   
   
   Thanks so much @aahmed-se! From my end, no further action is needed on this issue, though I cannot speak to others in this thread.
   
   ```
   (chariot) zac.bentley@ZacBentleyMBP ~/Desktop/Projects/Klaviyo/chariot ∴ otool -L /Users/zac.bentley/.local/share/virtualenvs/chariot-eiENY2kt/lib/python3.9/site-packages/_pulsar.cpython-39-darwin.so
   /Users/zac.bentley/.local/share/virtualenvs/chariot-eiENY2kt/lib/python3.9/site-packages/_pulsar.cpython-39-darwin.so:
   	@rpath/_pulsar.so (compatibility version 0.0.0, current version 0.0.0)
   	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.100.5)
   	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 905.6.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: commits-unsubscribe@pulsar.apache.org

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