Jason918 opened a new pull request, #199: URL: https://github.com/apache/pulsar-site/pull/199
Update Python Client docs for 2.7.5 Note: Command `PULSAR_VERSION=2.7.5 ./site2/tools/api/python/build-docs-in-docker.sh` fails when install `grpcio` in pip, with following error stack. ``` Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "/tmp/pip-install-qvll8fsg/grpcio_385d075b3dc3471d8dcb18eb91277b76/setup.py", line 263, in <module> if check_linker_need_libatomic(): File "/tmp/pip-install-qvll8fsg/grpcio_385d075b3dc3471d8dcb18eb91277b76/setup.py", line 219, in check_linker_need_libatomic cpp_test = subprocess.Popen( File "/opt/python/cp38-cp38/lib/python3.8/subprocess.py", line 854, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/opt/python/cp38-cp38/lib/python3.8/subprocess.py", line 1627, in _execute_child executable = os.fsencode(executable) File "/opt/python/cp38-cp38/lib/python3.8/os.py", line 806, in fsencode filename = fspath(filename) # Does type-checking of `filename`. TypeError: expected str, bytes or os.PathLike object, not list ``` So this PR doc is auto-generated with docker image `apachepulsar/pulsar-build:ubuntu-20.04` and manually installed python 3.8. -- 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: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org