iholston / lol-bot

An account leveling bot for League of Legends written in Python
MIT License
295 stars 46 forks source link

I cannot open main.pyw #165

Closed damare1 closed 7 months ago

damare1 commented 7 months ago

I have purchased a new laptop.OS is Windows 10. I installed python 3.12.1 and the Microsoft C and C++ (MSVC) runtime library(https://aka.ms/vs/17/release/vc_redist.x64.exe), but I cannot open main.pyw. da cd C:\Users\user\Desktop\lol-bot-2.2.2 python main.pyw After entering the above, I got this message. Do you know how to resolve this?

iholston commented 7 months ago

did you run 'pip install -r requirements.txt' ?

damare1 commented 7 months ago

I ran pip install -r requirements.txt and it started. Thanks a lot.