pyinstapaper
pyinstapaper copied to clipboard
problem installing on macos mojave
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
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.