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
I installed klusta following the miniconda instructions. I did have to edit the environment.yml such that the pyqt=4 line just read pyqt, as leaving it as pyqt=4 yielded the following error
I am able to cluster fine after activating the virtual environment, but trying to inspect the results with the GUI results in
$ phy kwik-gui hybrid_10sec.kwik
Usage: phy [OPTIONS] COMMAND [ARGS]...
Error: No such command "kwik-gui".
Does anyone have insight as to why kwik-gui does not appear to be available on my installation of phy? I also do not seem to have klustaviewa installed, as I cannot import that package within my Python environment.
The text was updated successfully, but these errors were encountered:
Why not keep the most updated readme for correct installation. At present pyqt goes to version 5. This is an existing issue with the installation instructions.
Thanks.
I installed
klusta
following the miniconda instructions. I did have to edit theenvironment.yml
such that thepyqt=4
line just readpyqt
, as leaving it aspyqt=4
yielded the following errorI am able to cluster fine after activating the virtual environment, but trying to inspect the results with the GUI results in
Does anyone have insight as to why
kwik-gui
does not appear to be available on my installation ofphy
? I also do not seem to haveklustaviewa
installed, as I cannot import that package within my Python environment.The text was updated successfully, but these errors were encountered: