pylsl icon indicating copy to clipboard operation
pylsl copied to clipboard

Python3.12?

Open cogullrich opened this issue 1 year ago • 2 comments

Anyone get this to work with python 3.12? I'm using OSX and have no issues at all with python 3.9. I recently switched to 3.12 because of another issue and can't get pylsl to load the dynamic library no matter what I do.

cogullrich avatar May 13 '24 21:05 cogullrich

Which MacOS? Which architecture, x86 or ARM?

cboulay avatar May 13 '24 22:05 cboulay

Works with python 3.12 in MNE-LSL, on CIs macOS runs on arm. Should be similar for pylsl.

mscheltienne avatar Jun 05 '24 14:06 mscheltienne

It's working fine on the GitHub Actions runner for MacOS for Python 3.9-3.12.

Try using the GHA script as a guide for how to setup your environment: https://github.com/labstreaminglayer/pylsl/blob/main/.github/workflows/ci.yml

cboulay avatar Dec 10 '24 19:12 cboulay