frankjkelly commented on issue #13864:
URL: https://github.com/apache/pulsar/issues/13864#issuecomment-1096808304

   Thanks again. So I did
   ```
   $  wget 
https://files.pythonhosted.org/packages/8d/30/ac074d168f0b1065637e8ac2626770eb5a0454d820e1db2b3f67fee5ae43/pulsar_client-2.9.2-cp38-cp38-macosx_11_0_universal2.whl
   $  mv pulsar_client-2.9.2-cp38-cp38-macosx_11_0_universal2.whl 
pulsar_client-2.9.2-cp38-cp38-macosx_10_15_universal2.whl
   $  pip install pulsar_client-2.9.2-cp38-cp38-macosx_10_15_universal2.whl
   ```
   
   and it appears to have worked
   ```
   Looking in indexes: https://pypi.org/simple, 
https://****@artifactory.cogitocorp.us/artifactory/api/pypi/pypi-virtual/simple
   Processing ./pulsar_client-2.9.2-cp38-cp38-macosx_10_15_universal2.whl
   Requirement already satisfied: certifi in 
./.asdf/installs/python/3.8.10/lib/python3.8/site-packages (from 
pulsar-client==2.9.2) (2021.5.30)
   Requirement already satisfied: six in 
./.asdf/installs/python/3.8.10/lib/python3.8/site-packages (from 
pulsar-client==2.9.2) (1.16.0)
   Installing collected packages: pulsar-client
   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.
   platform2-library 0.1.0 requires certifi<2021.0.0,>=2020.12.5, but you have 
certifi 2021.5.30 which is incompatible.
   platform2-library 0.1.0 requires idna<3.0,>=2.10, but you have idna 3.2 
which is incompatible.
   platform2-library 0.1.0 requires prometheus-client<0.10.0,>=0.9.0, but you 
have prometheus-client 0.11.0 which is incompatible.
   Successfully installed pulsar-client-2.9.2
   ```
   Thanks!


-- 
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]

Reply via email to