pyscp icon indicating copy to clipboard operation
pyscp copied to clipboard

Will not install for Python 3.7

Open justin-ys opened this issue 5 years ago • 1 comments

pip install . fails due to the LXML version requirement (3.3.3), which does not support Python 3.7.

justin-ys avatar Aug 06 '19 00:08 justin-ys

You can fix this by changing line 26 in setup.py to lxml instead of lxml==3.3.3

R4D0N avatar Aug 18 '20 19:08 R4D0N