Riczap / The-Gatherer

Albion Bot
135 stars 50 forks source link

install problem #4

Closed Gajuz closed 1 year ago

Gajuz commented 1 year ago

Hey, when I try to install I get error: ModuleNotFoundError: No module named 'win32gui' I dont know whether this is my problem on problem on your side, if its a problem on my side can you help me with installation please? My instagram is @sometechdudejak

Riczap commented 1 year ago

Hi! you just need to activate your environment and use pip install win32gui, I forgot to add the dependencies for the window capture to the requirements.txt file. Sorry!

Gajuz commented 1 year ago

Hi! you just need to activate your environment and use pip install win32gui, I forgot to add the dependencies for the window capture to the requirements.txt file. Sorry!

Thanks so much man!:)

Riczap commented 1 year ago

Done! I updated the requirements.txt file to add pywin32. And no problem.