If this template helps then use it. If not then just delete and start from scratch.
OS: Win 11 Pro PsychoPy version (e.g. 2024.2.4 Py 3.8): 2024.2.1post4 Py 3.10 Standard Standalone Installation? (y/n) If not then what?: y Do you want it to also run online? (y/n) n What are you trying to achieve?:
I am trying to update a plugin. The developer team of the plugin advised me to:
Close all psychopy windows
Find and delete the entire .psychopy3 folder at C:\Users\xxx\AppData\Roaming\psychopy3
Launch PsychoPy builder and install the plugin from the Plugins/Packages window (from the Tools menu)
Close all PsychoPy windows and launch once more.
I have done the same thing a few times before and it has always been working fine. But this time I am getting a “could not retrieve plugins. Try restarting the psychopy app and make sure you are connected to the internet” when I open plugin/packages manager from the Tools menu.
I’m pretty sure I have a good internet connection. Is this an issue on my end or is it something related to your server? Thank you in advance!
I installed Psychopy on a new computer that has never had Psychopy before and I am getting the same error when I open plugins/package manager. Any help is appreciated! Thank you!
There are clearly still issues around the ability to index/search the pypi projects list. We are working on a fix so that you can still install the plugins (psychopy packages that are known to us) can be installed as well as any packages that you know the names of.
If you already know the name of the name of the package you want then the current workaround is to do this from PsychoPy’s Python shell (the Shell panel in the Coder view):
>>> from psychopy.tools import pkgtools
>>> pkgtools.installPackage( 'name-of-my-package' )