-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Hi, I'm trying to run the GUI on my mac Sequoia (15.3) I get the following output, but the GUI never opens. I just get a blank python file with a message "application not responding" in my menu dock bar:
(deg) frangonzalez@MacBook-Pro-de-Francisco ~ % python -m deepethogram
[2025-02-11 11:00:30,470] INFO [deepethogram.gui.main.setup_gui_cfg:1268] CWD: /Users/frangonzalez
[2025-02-11 11:00:30,472] INFO [deepethogram.gui.main.setup_gui_cfg:1269] Configuration used: split:
reload: true
file: null
train_val_test:
0.8
0.2
0.0
compute:
fp16: false
num_workers: 8
batch_size: auto
min_batch_size: 8
max_batch_size: 512
distributed: false
gpu_id: 0
dali: false
metrics_workers: 0
reload:
overwrite_cfg: false
latest: false
notes: null
log:
level: info
run:
type: gui
label_view_width: 31
control_arrow_jump: 31
vertical_arrow_jump: 3
cmap: deepethogram
unlabeled_alpha: 0.1
prediction_opacity: 0.2
However, as suggested in this post by @giannottigiuseppe, I tried to import his deg environment from the .yml file he uploaded but I get this error:
PackagesNotFoundError: The following packages are not available from current channels:
libgfortran5=11.0.1.dev0*
libgfortran=5.0.0.dev0*
Current channels:
https://conda.anaconda.org/conda-forge/osx-64
https://repo.anaconda.com/pkgs/main/osx-64
https://repo.anaconda.com/pkgs/r/osx-64
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.
However, I tried to instaLl libgfortran5 package in my root of anaconda, but this error still appears. I also tried to search for other solution in the anaconda website, but no entries are found.
For reference, I tried following the installation instructions described in the deepethogram github page for both the brief installation and the installation from source, but neither of them work and the result is the same for both, the GUI does not open.