-
Notifications
You must be signed in to change notification settings - Fork 9
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
Problem with GUI import #45
Comments
Hi Paola. For the second error: I think you need to install PyQt5 or PySide6 |
Hi Samuel, thanks for your answer.
|
Are you able to run |
It gives me the same error... Actually all these libraries are already installed in my environment.
However they are not recognized, that's why I can't use ephyviewer. That's why I am trying to use the GUI... |
OK I guess th problem. |
Dear Samuel,
Nevertheless I get the same error when importing:
|
You are really unlucky (and also pyqt5 is a pain for installtion in conda) What you need is this working: import PyQt5
from PyQt5 import QtCore, QtGui, QtWidgets You have both pyqt5 and pyqt in your env. Here you should have working envs for installtion spikeinetrface + spiekinetrface-gui |
So you suggest me to re-install spikeinterface?
and I install only these two as you suggested?
Currently, if I try to import these:
I get:
When I installed spikeinterface I cloned the link. |
Maybe
|
Hi Samuel,
Nevertheless I get the same error if I try to import spikeinterface_gui:
And if I try to import:
I tried also to export to phy, since I really need to perform a manual curation: I can export to phy but I can't see the display... |
Hi, I am trying to run the spike interface-gui in a docker container and then using jupyter notebook for some data analysis. I get the same error as the person above. Any recommendations or suggestions? Thanks. |
Lauching sigui from jupyter should be avoid. (we have in docs for demonstration but should be avoid) |
Hi @samuelgarcia, Thank you for the prompt response and greatly appreciate the help! Could you please clarify on what python script should contain that can run sigui. Or how to run sigui on the terminal, to be more specific I need these to run in a docker container. Thank you, |
Hi. Doing GUi stuff inside a docker can be quite tricky specially from windows host because there is a need of a X server display. Even host linux can be annoying. My knowlegde on docker system will be limited to help you on this. I am sorry. |
Hello,
I installed spikeinterface GUI from
git clone https://github.com/SpikeInterface/spikeinterface-gui.git
cd spikeinterface-gui
pip install .
The GUI was installed as "spikeinterface-gui 0.6.0 "
However, when I import it I get an error:
So I tried to replace the - with the underscore (_), but I get a different error:
Any idea of why this happens and how can I fix it?
Thank you!
The text was updated successfully, but these errors were encountered: