CheckPointSW / Karta

Karta - source code assisted fast binary matching plugin for IDA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The latest sklearn doesn't support Python2.7

4B5F5F4B opened this issue · comments

Scikit-learn 0.20 was the last version to support Python2.7,so I think we'd better to use this version in setup.py like this

install_requires=['elementals', 'sark', 'pydocstyle', 'flake8', 'click', 'scikit-learn==0.20.0'],

Did that actually work for you? I stopped at scipy and said it needed Python >= 3.5

Did that actually work for you? I stopped at scipy and said it needed Python >= 3.5

I installed scikit-learn manually like this:

pip install scikit-learn==0.20.0

Probably worked for me since I installed it some months ago. Will check your suggested fix.