Skip to content
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

Add EpochsStream for epoching real-time stream on-the-fly #258

Merged
merged 125 commits into from
Aug 5, 2024

Conversation

mscheltienne
Copy link
Member

No description provided.

@mscheltienne mscheltienne added the 🌟 enhancement Proposed improvement or feature request. label May 16, 2024
@mscheltienne mscheltienne added this to the 1.4 milestone May 16, 2024
@mscheltienne mscheltienne self-assigned this May 16, 2024
@mscheltienne mscheltienne marked this pull request as draft May 16, 2024 13:10
mne_lsl/stream/_base.py Outdated Show resolved Hide resolved
@mscheltienne
Copy link
Member Author

MPL 3.9.1 on windows has been removed from PyPI: matplotlib/matplotlib#28551

@tacaswell
Copy link

The 3.9.1 wheels on windows would, depending on import order, cause segfaults, see matplotlib/matplotlib#28551 (comment).

We deleted the bad wheels to avoid segfaults (which seemed like a good idea) but failed to anticipate that this would cause downstream projects to start trying to build mpl from source instead of pulling the 3.9.0 wheel. We have now yanked the whole 3.9.1 release to fix these problems and will get 3.9.2 out as quick as we can.

To prevent this sort of thing in the future (trying to build something from source when you are not prepared to do so) I suggest using matplotlib --only-binary "matplotlib" in your requirements file (which may be a good practice for all wheels that have extensions).

Sorry for the trouble.

@mscheltienne mscheltienne marked this pull request as ready for review August 5, 2024 08:11
@mscheltienne mscheltienne enabled auto-merge (squash) August 5, 2024 08:11
@mscheltienne mscheltienne merged commit d8c6f87 into mne-tools:main Aug 5, 2024
19 checks passed
@mscheltienne mscheltienne deleted the epochs branch August 5, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌟 enhancement Proposed improvement or feature request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants