CheckPointSW / Karta

Karta - source code assisted fast binary matching plugin for IDA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation dependency error

Noam5 opened this issue · comments

commented

When installing Karta (tag v2.0.0) using py -3 setup.py install

I face the following problem:

Installed c:\users\user\appdata\local\programs\python\python38\lib\site-packages\karta-2.0.0-py3.8.egg
Processing dependencies for Karta==2.0.0
Searching for sark==2.0
Reading https://pypi.org/simple/sark/
No local packages or working download links found for sark==2.0
error: Could not find suitable distribution for Requirement.parse('sark==2.0')

This was solved by editing setup.py file, removing the version from sark dependency

Hi, sorry about the late reply, I didn't get a notification about this issue.
Anyway, the issue you are reporting was already resolved in ac00dcf (exactly a year ago) and was a side-effect of sark's migration to Python3.

Happy to see you resolved it on your end as well.