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
Folks, if you have a problem running NeuroRuler on the mac and get the error: qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in "", then likely you need to tell the PyQt distribution in your python where to find the Qt plugins.
make sure you have Qt6 installed
set in your shell the variable QT_QPA_PLATFORM_PLUGIN_PATH, usually this will in your users directory, e.g.
export QT_QPA_PLATFORM_PLUGIN_PATH=/Users//Qt/6.5.2/macos/plugins/platforms
The plugin path should point to a directory that has the file libqcocoa.dylib
Now it should run well
Feel free to discuss here other Mac installation issues
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Folks, if you have a problem running NeuroRuler on the mac and get the error: qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in "", then likely you need to tell the PyQt distribution in your python where to find the Qt plugins.
export QT_QPA_PLATFORM_PLUGIN_PATH=/Users//Qt/6.5.2/macos/plugins/platforms
The plugin path should point to a directory that has the file libqcocoa.dylib
Now it should run well
Feel free to discuss here other Mac installation issues
Beta Was this translation helpful? Give feedback.
All reactions