-
Notifications
You must be signed in to change notification settings - Fork 916
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
[Bug]: package egi_pynetstation not installable with plugin manager in 2024.2.1 #6878
Comments
The intended behaviour was that py3.8 would provide it built-in because that's aiming for wider compatibility (although on reflection that isn't really needed because egi_pynetstation does now happily install as a user package) and py3.10 would not include it because we're expecting people to need more plugins there. BUT it looks like py2app has spotted the existence of Options for psychopy 2024.2.3 (imminent release to fix issue with macos installers):
For the 2025.1.0 release, I suggest it's time to create a psychopy-egi plugin with a component that covers the use-case of your current documented tutorial. The plugin will be easier to find than the package, and can specify the package as a dependency |
Shall we go with option 1 for this release and switch to option 2 for 2025 with the additional plugin option? |
Yes I think Option 1 for next release and Option 2 for 2025.x. I'll dig into how to build a proper plugin. |
Very happy to support you on that, or possibly worth just co-authoring one with @TEParsons or @mdcutone to get started |
Would absolutely welcome the support and co-authoring! |
I recommend https://github.com/psychopy/psychopy-plugin-template as a starting point, happy to help if you have any questions :) |
PsychoPy Version
2024.2.1
What OS are your PsychoPy running on?
macOS Silicon
Bug Description
Package egi_pynetstation is not included in Python 3.10 branch, but is included in 3.8 branch. Attempting to install via package manager in PsychoPy doesn't allow single click install in 3.10, but pip install works.
Expected Behaviour
Previous default behavior was to include egi_pynetstation in the distribution. Unclear why it is included in 3.8 branch but not 3.10 branch. Pypi cleared for package on Python > 3.8. Unclear why the install button is grayed out
Steps to Reproduce
Additional context
I'm the maintainer of egi_pynetstation.
The text was updated successfully, but these errors were encountered: