jerrypeng edited a comment on issue #5432: Revert "[Issue 4956]Add default loader for latest pyyaml" URL: https://github.com/apache/pulsar/pull/5432#issuecomment-544759460 @tuteng I have tried that but there are problems with installing a more updated version of PyYAML: ``` root@28f8b6cfc440:/pulsar# pip3.7 install pyyaml==5.1.2 Collecting pyyaml==5.1.2 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) |████████████████████████████████| 266kB 1.1MB/s Building wheels for collected packages: pyyaml Building wheel for pyyaml (setup.py) ... done Created wheel for pyyaml: filename=PyYAML-5.1.2-cp37-cp37m-linux_x86_64.whl size=44103 sha256=c9d64793aadb42102719829ba39030b121cd514b3139fcefe9e0584eff3b14ab Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 Successfully built pyyaml Installing collected packages: pyyaml Found existing installation: PyYAML 3.13 ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. ``` feel free to try to get this the work. I just wanted to do something really fast to unblock all PR getting merged because of failing integration tests.
---------------------------------------------------------------- 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] With regards, Apache Git Services
