Hi, I'm new to qpid and am trying to build/install qpid-cpp on RHEL9 with python3. After download snapshot qpid-cpp-43d6b96.tar.gz I was able to successfully build it but when I try to install it I'm getting the following errors. Has anyone come across this issue and know if there is a fix or workaround? Thank you.
Installed /usr/local/lib/python3.9/site-packages/qpid_tools-1.40.0-py3.9.egg Processing dependencies for qpid-tools==1.40.0 Searching for qpid-python>=0.26 Reading https://pypi.org/simple/qpid-python/ Downloading https://files.pythonhosted.org/packages/2a/33/026ac50a29a85d5d54dd7784a98d624f6142cb07ce185ed268ef9bd3b6dc/qpid-python-1.36.0-1.tar.gz#sha256=1a341981723a7980163e6d33530f29133433742f6f9b5b12b46d5d239548afee Best match: qpid-python 1.36.0.post1 Processing qpid-python-1.36.0-1.tar.gz Writing /tmp/easy_install-9dotofd5/qpid-python-1.36.0-1/setup.cfg Running qpid-python-1.36.0-1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-9dotofd5/qpid-python-1.36.0-1/egg-dist-tmp-w9rgkk16 Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/setuptools/sandbox.py", line 152, in save_modules yield saved File "/usr/lib/python3.9/site-packages/setuptools/sandbox.py", line 193, in setup_context yield File "/usr/lib/python3.9/site-packages/setuptools/sandbox.py", line 254, in run_setup _execfile(setup_script, ns) File "/usr/lib/python3.9/site-packages/setuptools/sandbox.py", line 42, in _execfile code = compile(script, filename, 'exec') File "/tmp/easy_install-9dotofd5/qpid-python-1.36.0-1/setup.py", line 42 raise DistutilsFileError, \ ^ SyntaxError: invalid syntax During handling of the above exception, another exception occurred: