Closed Pandapip1 closed 5 months ago
hi, cannot reproduce, have not tried with nix but normal installation works fine with python 3.11 and 3.12 One of the possible reasons is that versions you have in pip list do not match versions specified in setup.py for brainflow -
install_requires=[
'numpy',
'nptyping==1.4.4'
],
especially since there is different major version of nptyping
I'll assume that this is an issue with the version of nptyping.
in setup.py version is correct, so the issue is in your build env
I can confirm that the issue was an incorrect version of nptyping. Under nptyping == 1.4.4
, brainflow
builds!
Description
When attempting to import brainflow when building from source, I get the following error:
Minimal Reproducible Example
Info
nix-shell -p python312 python312Packages.pip python312Packages.setuptools python312Packages.numpy python312Packages.nptyping
)Expected behavior
Brainflow should import successfully.
Screenshots
N.A.
Additional context
N.A.