DMArchiver
DMArchiver copied to clipboard
Problems With LXML install on arch
When trying to install dmarchiver on arch, I get the following issue when trying to build lxml; https://ghostbin.com/paste/hvt8o
I'm experiencing the exact same issue
lxml is really painful to build... 😢
Do you need to build your own version? Did you try to use the built release version? https://github.com/Mincka/DMArchiver/releases/download/0.2.5/dmarchiver-0.2.5-linux-x86-64.zip
I am having lxml problems with the latest version on multiple OS. Mac OSX, Centos and Ubuntu. I can't get this app to install, even using pip install dmarchives.
Y'all need to leave more helpful information in these messages. I'm guessing you're all using Python 3.7, which doesn't work with older versions of lxml. The currently open pull request works, though, so you can do the following:
git clone --branch dependabot/pip/lxml-4.5.2 https://github.com/Mincka/DMArchiver && pip install DMArchiver/
That said, I'm about to open up an issue because I think Twitter has recently shattered functionality for multiple DM retrieval endpoints, inside and outside of the API, so this isn't going to be terribly helpful ultimately.