pyscp
pyscp copied to clipboard
Will not install for Python 3.7
pip install .
fails due to the LXML version requirement (3.3.3), which does not support Python 3.7.
You can fix this by changing line 26 in setup.py to lxml
instead of lxml==3.3.3