Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI Display issue on M2 Mac, on macOS Sonoma 14.4.1 #11

Open
dannypagano opened this issue May 20, 2024 · 2 comments
Open

UI Display issue on M2 Mac, on macOS Sonoma 14.4.1 #11

dannypagano opened this issue May 20, 2024 · 2 comments

Comments

@dannypagano
Copy link

Hey there, thanks for building this tool, I'm eager to use it.

Followed your install instructions, but having a GUI/display issue when running the main Python script.

Both the plot window and the control windows pop up as expected, but other than a couple scroll bars, and a few icons, nothing is displayed.

My hunch says this is probably an Apple silicon issue. I'll give things another go either via Rosetta, or on a PC and will update this issue.

Hopefully you're still maintaining this tool, thanks!

Screenshot 2024-05-20 at 3 32 54 PM
@crpurcell
Copy link
Owner

Hi Danny,

Thanks for the bug report. I'll look into this on my M1 Mac. Good motivation for me to update the install instructions. Can you share more about your Python config (conda? versions? etc).

Cormac

@dannypagano
Copy link
Author

dannypagano commented May 22, 2024

Hey Cormac thanks for getting back to me so quickly. I'm actually on an M3 macbook air, running MacOS Sonoma 14.4.1 (23E224)

I'm new to python and conda, so apologies if my answers aren't what you're after.

Running python --version returns Python 3.9.6
conda --version returns conda 24.4.0

Here's the output of conda info. I've created the VRI env from inside the repo's root folder as described in the instructions, and have activated it before running the main script.

active environment : base
    active env location : /Users/danny/miniconda3
            shell level : 1
       user config file : /Users/danny/.condarc
 populated config files : 
          conda version : 24.4.0
    conda-build version : not installed
         python version : 3.12.3.final.0
                 solver : libmamba (default)
       virtual packages : __archspec=1=m1
                          __conda=24.4.0=0
                          __osx=14.4.1=0
                          __unix=0=0
       base environment : /Users/danny/miniconda3  (writable)
      conda av data dir : /Users/danny/miniconda3/etc/conda
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/osx-arm64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/osx-arm64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /Users/danny/miniconda3/pkgs
                          /Users/danny/.conda/pkgs
       envs directories : /Users/danny/miniconda3/envs
                          /Users/danny/.conda/envs
               platform : osx-arm64
             user-agent : conda/24.4.0 requests/2.31.0 CPython/3.12.3 Darwin/23.4.0 OSX/14.4.1 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8 aau/0.4.4 c/. s/. e/.
                UID:GID : 501:20
             netrc file : None
           offline mode : False

I was eventually able to get the script running, after setting up a Linux VM (Ubuntu 24.04 LTS) via UTM, and going through the linux install instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants