mrphrazer / reverser_ai

Provides automated reverse engineering assistance through the use of local large language models (LLMs) on consumer hardware.
GNU General Public License v2.0
721 stars 39 forks source link

An error occurs during installation #4

Closed contt123 closed 4 months ago

contt123 commented 4 months ago

All packages are installed. However, a text like the picture appears and installation does not work. 2024-03-25 16 58 56

mrphrazer commented 4 months ago

Hi,

did you check that your BinaryNinja version uses the same Python interpreter and runtime as your local system? Compare https://github.com/mrphrazer/reverser_ai/issues/2

contt123 commented 4 months ago

2024-03-26 10 54 26

The versions are the same. Still, the same problem occurs. help

binary ninja version is 3.5.4526

mrphrazer commented 4 months ago

Can you checkout the repo manually and try installing the dependencies like that:

# move to binary ninjas plugin folder
cd <...>/plugins

# clode repository
git clone https://github.com/mrphrazer/reverser_ai.git
cd reverser_ai

# install requirements
pip3 install -r requirements.txt

# install ReverserAI
pip3 install .
contt123 commented 4 months ago

After reinstalling Binary Ninja, installation was completed normally.

mrphrazer commented 4 months ago

alright, thanks. I'll close it for nor. Feel free to reopen if you have similar problems in future