[BUG]Traceback (most recent call last): File "main.py", line 6, in <module> ModuleNotFoundError: No module named 'components.browsers'
Opened this issue · 1 comments
RyZeBLAZE commented
Traceback (most recent call last):
File "main.py", line 6, in
ModuleNotFoundError: No module named 'components.browsers'
Oronno03 commented
Try this to fix it:
- Download this file and put it in the src/components folder in your empyrean directory.
OR
-
In the src/components folder create a file called "browsers.py"
-
Copy and paste the content from this file from the repository to the browsers.py just created.
Build it again and it should work fine now.