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

pylsl.pylsl.InternalError: an internal error on Linux #22

Open
tanvach opened this issue Jul 15, 2018 · 0 comments
Open

pylsl.pylsl.InternalError: an internal error on Linux #22

tanvach opened this issue Jul 15, 2018 · 0 comments

Comments

@tanvach
Copy link

tanvach commented Jul 15, 2018

I'm encountering this error when running lsl-viewer.py on Ubuntu 18.04 (64 bit):

pylsl.pylsl.InternalError: an internal error has occurred.

I traced it back to self.inlet.pull_chunk() method which for some reason is returning this error. Testing with a simple script using self.inlet.pull_sample() works fine.

This seems to be caused by the latest pylsl library (1.12.0), and installing previous version resolves the issue:

pip install -I pylsl==1.10.5

Suggestion to edit the guide to fix pylsl version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant