DMArchiver icon indicating copy to clipboard operation
DMArchiver copied to clipboard

Problems With LXML install on arch

Open ghost opened this issue 6 years ago • 4 comments

When trying to install dmarchiver on arch, I get the following issue when trying to build lxml; https://ghostbin.com/paste/hvt8o

ghost avatar Feb 02 '19 19:02 ghost

I'm experiencing the exact same issue

ddanzeiser avatar Mar 04 '19 23:03 ddanzeiser

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

Mincka avatar Mar 09 '19 18:03 Mincka

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.

vinnytroia avatar Feb 21 '20 23:02 vinnytroia

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.

cajuncooks avatar Aug 16 '20 00:08 cajuncooks