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
I get the same error about python-lxml on Kubuntu 18.10, though not the python-setuptools message. Added a notice about the former to the README.md file in #30.
When I tried to install, I received this error message on the step of the antlr_runtime PIP package:
importerror "No Module named Setuptools"
So I had to add also the python-setuptools package:
sudo apt-get install python-setuptools
Also missing (Mint Linux 19) was this package:
sudo apt-get install python-lxml
I know, just a small error, but easy to fix in the setup doc :-)
thanks anyways for the great tool!
The text was updated successfully, but these errors were encountered: