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

No module named Typer #3

Closed thrypuro closed 4 months ago

thrypuro commented 4 months ago

Go the error in the title, i had to pip3 install this separately. Maybe it's worth adding it to the requirements.txt?

mrphrazer commented 4 months ago

Hi, thanks! On which system (Windows/Linux/MacOS) caused this a problem and how did you install the plugin (command line interface vs. Plugin Manager)? I've checked on my Linux/MacOS systems and don't have it anywhere installed and works fine; I'm also not sure which library requires that, its not ReverserAI itself

thrypuro commented 4 months ago

I am on Linux, specifically Fedora 39 in particular, which requires it installed for some reason. I just pip3 install typer separately, on a terminal (so cli, not the plugin manager itself) and it works perfectly. Perhaps it's hugging face or some other module that requires it.

mrphrazer commented 4 months ago

okay, strange. I've pushed a fix onto another branch and will incorporate it in the next release: https://github.com/mrphrazer/reverser_ai/commit/845626f9548d519ab128a66c198e56370592d68a

Thanks!