Auerilas / ecopy

Python tools for ecological data analyses
64 stars 27 forks source link

Installation problem: error: [WinError 3] The system cannot find the path specified: #27

Open bilehtin opened 4 years ago

bilehtin commented 4 years ago

Hello,

I'm trying to install ecopy via github by downloading the files and then running

python setup.py install

It runs relatively far, until it throws an error: error: [WinError 3] The system cannot find the path specified: 'C:\Program Files (x86)\Windows Kits\10\lib'

Anyone solved this problem? Thanks in advance!

maurobio commented 4 years ago

Hi! You need to install the Windows Software Development Kit in order to be able to install ecopy using setup.py.

Best regards,