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
$ conda env create -n klusta -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: failed
ResolvePackageNotFound:
- pyqt=4
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.
I installed
klustafollowing the miniconda instructions. I did have to edit theenvironment.ymlsuch that thepyqt=4line just readpyqt, as leaving it aspyqt=4yielded 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-guidoes not appear to be available on my installation ofphy? I also do not seem to haveklustaviewainstalled, as I cannot import that package within my Python environment.