mphilli/LoC-reconcile

Unable to install: lxml errors

Closed this issue · 2 comments

I'm attempting to install the requirements for the reconciler and keep running into error messages. lxml appears to be the culprit, but I don't know how to diagnose it. A colleague suggested I try installing lxml separately, and I did that, but then the reconciler program uninstalled my existing lxml, and failed when trying to reinstall it. I attempted to attach my error logs, but GitHub is telling me that it won't accept the file type (even though they are .txt). I can paste them in, but they are very long--let me know what you advise.

I removed the version requirement from lxml in the requirements file so it will grab the latest version by default; I don't know if that will break anything, but it may solve the installation issue.

That seemed to do the trick--thank you!