You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About a year ago lxml was added to Client.py in cdc604c for the Python version of the client but wasn't added to the requirements, so it fails if you try to run the client when including this as a package. This should probably be fixed here to include the most recent lxml.
The text was updated successfully, but these errors were encountered:
jonespm
changed the title
Python client needs lxml now to run and doesn't include it as a requirement
Python client needs lxml now to run and doesn't include it as an install_requires
Jul 31, 2023
About a year ago lxml was added to Client.py in cdc604c for the Python version of the client but wasn't added to the requirements, so it fails if you try to run the client when including this as a package. This should probably be fixed here to include the most recent lxml.
clients-generator/sources/python/setup.py
Line 12 in 09847f2
The text was updated successfully, but these errors were encountered: