From the link we could see that, SOAPpy is being removed from the RHEL8 image. I would like to run python based application on RHEL8 which uses following methods.
SOAPpy.buildSOAP
SOAPpy.parseSOAPRPC
So far I tried installing SOAPpy-py3 as it seems that package for python3. However I get the following error while installing.
Due to some reason(may be not supported), installation is getting failed. My question is.
- Is there a way to install
SOAPpy-py3on RHEL8(like some rpm package or something like that)? - What are other alternatives which can provide me these listed functionality?
