NeuroTechX / EEG-ExPy

EEG Experiments in Python
https://neurotechx.github.io/EEG-ExPy/
BSD 3-Clause "New" or "Revised" License
420 stars 124 forks source link

Builds fail on Linux (missing liblsl) #187

Closed ErikBjare closed 1 year ago

ErikBjare commented 2 years ago

Getting issues with missing liblsl: https://github.com/NeuroTechX/eeg-notebooks/runs/6920267569

Likely due to: https://github.com/labstreaminglayer/liblsl-Python/blob/4ac07fd67d64691bfbee32270c624f4dc8f391fe/README.md#linux-binaries-deprecated

Was gonna pin the dependency, but weirdly, we should be getting 1.10.5?: https://github.com/alexandrebarachant/muse-lsl/blob/master/setup.py#L51

oreHGA commented 1 year ago

Should be fixed by #170