cortex-lab / phy

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

Problem about the GUI loading #1170

Open zjm199502 opened 1 year ago

zjm199502 commented 1 year ago

Hi, i got a problem in launching the Phy GUI.

While I follow the installation steps, after typing phy template-gui params.py. An error occurred as the following picture shown. Does anyone have idea on solving this issue?

Thank you very much! 截屏2022-09-04 22 51

rossant commented 1 year ago

In your params.py file, you should put double quotes " around the path to the dat file

zjm199502 commented 1 year ago

Hi, Thanks for your suggestion and it do solve my previous problem.

But another error occurred now. Following codes shown in the terminal window:

14:29:57.009 [W] model:655 Skipping spike waveforms that do not exist, they will be extracted on the fly from the raw data as needed. Error in Vertex shader 776 () -> '' : version '120' is not supported

and then the PhyGUI appeared without any waveform displays as the following picture shows.

截屏2022-09-06 14 33 02

Does this phenomenon normal ?

Thank you !