-
Notifications
You must be signed in to change notification settings - Fork 253
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
INSTALLATION: <Please write a comprehensive title.> #613
Comments
Hello, This is an issue with pycharm and pyqt5 not being compatible without tweaking some settings, not a Kilosort issue. There are some suggested fixes in #597, or you can just launch kilosort from a standalone terminal instead of pycharm. If you're encountering this under some other condition please let us know. |
I'm also getting a related issue. I'm not using PyCharm, just trying to start from the terminal in Linux. This is after installing from pip:
This is after installing the development version from the github:
|
ok fixed this with some combination of
Somehow, pyqtgraph was not properly finding my PyQt5. Not sure why |
Okay, good to know it's not just from pycharm. Unfortunately after doing more searching, it doesn't look like there's any single fix for it. For some people it's an issue with pycharm specifically, for others it's missing libraries that pyqt depends on, for other people |
In case someone else runs into this issue, there is a good stackoverflow thread documenting the various solutions here: https://stackoverflow.com/q/68036484/2912349 In my case, I encountered the following error on an Ubuntu 24.04 LTS box:
Installing the missing xcb library resolved the issue: sudo apt install libxcb-cursor0 |
Describe the issue:
Hi,
I am currently able to work with Kilosort 3 without any issues. However, I am encountering difficulties while attempting to install Kilosort 4. I receive the following error message:
I have attempted to resolve this issue by reinstalling the application, but unfortunately, this did not solve the problem.
Do you have any advice or suggestions on how to proceed?
Thank you for your assistance.
Best regards,
Marco
Provide environment info:
(kilosort) C:\Users\lanzi>python -m kilosort
QObject::moveToThread: Current thread (0x2a7734988a0) is not the object's thread (0x2a77349d4e0).
Cannot move to target thread (0x2a7734988a0)
qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "C:\Users\lanzi\anaconda3\envs\kilosort\Lib\site-packages\PyQt5" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: minimal, offscreen, webgl, windows.
Operating system information:
Windows 10
The text was updated successfully, but these errors were encountered: