Trying to run code but qt platform plugin is not found. Using windows.
This is what I get when I try to run the program. I did pep install -r requirements and everything looked fine but when I go running it, I get this message.
PS C:\Users\phdstudio\Downloads\Ryven-master\Ryven-master\Ryven> python Ryven.py qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "" 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 direct2d, minimal, offscreen, windows.
I am using: Windows 10 education version 2004
Could you try again using Ryven 3 and see if these issues are remaining?
I got the same error on OSX in a fresh conda environment. I think this was the critical information in the error output:
Class QMacAutoReleasePoolTracker is implemented in both /Users/user/miniconda3/envs/ryven/lib/python3.9/site-packages/PySide2/Qt/lib/QtCore.framework/Versions/5/QtCore (0x103dff198) and /Users/user/miniconda3/envs/ryven/lib/libQt5Core.5.12.9.dylib (0x10b409528). One of the two will be used. Which one is undefined.
Ryven wants PySide, so I fixed the conflict by running conda remove qt. Then it started right up.