cortex-lab / phy

phy: interactive visualization and manual spike sorting of large-scale ephys data
BSD 3-Clause "New" or "Revised" License
311 stars 157 forks source link

OpenGL error #1116

Open sujayane opened 2 years ago

sujayane commented 2 years ago

I recently updated my mac to version 11.5.2 (BigSur). I get the following error when I try to load phy. Is this related to phy or something with the new version of mac? I already tried installing pyopengl package.

OSError: ('dlopen(OpenGL, 10): image not found', 'OpenGL', None) ... ... raise ImportError("Unable to load OpenGL library", *err.args) ImportError: ('Unable to load OpenGL library', 'dlopen(OpenGL, 10): image not found', 'OpenGL', None)

Thanks!

jlassaortiz commented 2 years ago

I have a similar problem when I tried to install phy2 in my Macbook with macOS 12.2.1 (Monterey). I solved it following this instructions I found in stack overflow