Closed contt123 closed 8 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
The versions are the same. Still, the same problem occurs. help
binary ninja version is 3.5.4526
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 .
After reinstalling Binary Ninja, installation was completed normally.
alright, thanks. I'll close it for nor. Feel free to reopen if you have similar problems in future
All packages are installed. However, a text like the picture appears and installation does not work.