pyinstapaper icon indicating copy to clipboard operation
pyinstapaper copied to clipboard

problem installing on macos mojave

Open PratiquesAlgorithmiques opened this issue 5 years ago • 1 comments

Hello I'm trying to install pyinstapaper using "pip install pyinstapaper" on macos mojave and keep getting this error (and not sure what to do) :

Installing collected packages: lxml, pyinstapaper Running setup.py install for lxml ... error ERROR: Command errored out with exit status 1:

etc...

Any suggestions ? thanks

PratiquesAlgorithmiques avatar Dec 23 '19 11:12 PratiquesAlgorithmiques

Struggled with the same thing. Someone fixed this but the change has not been merged it seems. In any case. Download the the code for this module as a zip file. Edit the setup.py file and change 'lxml>=3.4,<=4', to 'lxml>=3.4,<=5',

save the change and then from within the directory that you downloaded the source run 'python setup.py install' and you should be good to go.

sjimwillis avatar Jan 20 '20 13:01 sjimwillis