addi00000/empyrean

[BUG]Traceback (most recent call last): File "main.py", line 6, in <module> ModuleNotFoundError: No module named 'components.browsers'

Opened this issue · 1 comments

Traceback (most recent call last):
File "main.py", line 6, in
ModuleNotFoundError: No module named 'components.browsers'

Try this to fix it:

  1. Download this file and put it in the src/components folder in your empyrean directory.
    image

OR

  1. In the src/components folder create a file called "browsers.py"

  2. 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.