RogueEdit / pyRogue

Educational Project
GNU Affero General Public License v3.0
50 stars 40 forks source link

Bug: Need attention immediately #125

Closed AeroDr1 closed 4 months ago

AeroDr1 commented 4 months ago

followed the readme and downloaded the requirements, but got this error message:

C:\Users(username here)\Downloads\onlineRogueEditor-main\onlineRogueEditor-main\src>py main.py Traceback (most recent call last): File "C:\Users(username here)\Downloads\onlineRogueEditor-main\onlineRogueEditor-main\src\main.py", line 10, in from modules.loginLogic import loginLogic, HeaderGenerator File "C:\Users(username here)\Downloads\onlineRogueEditor-main\onlineRogueEditor-main\src\modules\loginLogic.py", line 15, in import fake_useragent ModuleNotFoundError: No module named 'fake_useragent'