scottbelden commented on issue #8126: URL: https://github.com/apache/pulsar/issues/8126#issuecomment-698495430
The version of pip installed is `9.0.1` which is pretty old and doesn't have some of the features needed. If that is upgrade it works. For example: ``` FROM ros:melodic-ros-base RUN apt-get update RUN apt-get --assume-yes install python-pip #RUN pip install fastavro==0.24.2 RUN pip install -U pip RUN pip install pulsar-client ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
