windows - ValueError: [u'path'] error when trying to install pysftp in python -
i'm trying install pysftp-0.2.8 on 64 bit windows 7 system, use 32 bit python 2.7. have microsoft visual studio 2012 express installed. when run
python setup.py install
from command line, get:
raise valueerror(str(list(result.keys()))) valueerror: [u'path']
i have tried setting
visual studio 2012 (vs11): set vs90comntools=%vs110comntools%
in command line, didn't help.
when try install package, fails on pycrypto dependency. else appears install correctly. pycrypto requires visual c++ 9.0, according error message receive. instead of messing that, downloaded pre-made installer pycrypto here:
once that's installed, should have required dependencies. able import pysftp after doing that.
Comments
Post a Comment