Skip to content

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

@tanvach

Description

@tanvach

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions