Transkribus / TranskribusPyClient

A Pythonic API and some command line tools to access the Transkribus server via its REST API
GNU Lesser General Public License v3.0
27 stars 14 forks source link

Issue with client.py file #12

Open cam59 opened 1 year ago

cam59 commented 1 year ago

Hi Folks,

Thanks for the package. I am trying to login using do_login.py but I am encountering the same problem - I get "File "C:\Users\XXXXX\TranskribusPyClient\src\TranskribusPyClient\client.py", line 47, in from lxml import etree ImportError: No module named lxml"

Even though the lxml module is installed in my Python environment. What could be the problem?

Thanks

Charlie