You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first, I only tried to install the package and was unaware that I had to perform several commands in Terminal before doing this. It should be emphasized before the download links that the Terminal commands must be performed before installing the package.
After some minutes with an AI, I was able to get things to work, but only after adding this to the top of config.py:
from typing import Union
and this to the top of gui.py:
from typing import Optional
and changing line 215 in gui.py to:
output_path: Optional[str],
and changing line 236 in gui.py to:
progress: Optional[gr.Progress],
Then I finally was able to open the GUI from Terminal with the command:
python gui.py
However, the BirdNET-Analyzer-GUI.app still doesn’t open the GUI. I’ve tried putting the app into the trash, emptying the trash, and reinstalling the app several times, but still no joy.
OS: MacOS
Version 12.7.4
Python version 3.10.0
The text was updated successfully, but these errors were encountered:
At first, I only tried to install the package and was unaware that I had to perform several commands in Terminal before doing this. It should be emphasized before the download links that the Terminal commands must be performed before installing the package.
After some minutes with an AI, I was able to get things to work, but only after adding this to the top of config.py:
from typing import Union
and this to the top of gui.py:
from typing import Optional
and changing line 215 in gui.py to:
output_path: Optional[str],
and changing line 236 in gui.py to:
progress: Optional[gr.Progress],
Then I finally was able to open the GUI from Terminal with the command:
python gui.py
However, the BirdNET-Analyzer-GUI.app still doesn’t open the GUI. I’ve tried putting the app into the trash, emptying the trash, and reinstalling the app several times, but still no joy.
The text was updated successfully, but these errors were encountered: