Has anyone successfully used beautifulsoup4 and lxml libraries within scripting? If yes, please help me with compatible URLs? Thanks
Am unable to get hold of correct versions. Or they dont exist for python 3 and above?
Hi Senthil,
Check out the documentation on Supported Libraries which should help provide an overview on supported package formats.
On beautifulsoup4, you should be able to import the v4.12.0 version of their wheels into Scripting. On lxml, you should be able to download lxml-4.9.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl. Just tested both and was able to import them
Thanks Mike. I could import. In past, I had problems importing and using. Let me check again