xioTechnologies / Fusion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python "No code object available for imufusion" with Setup.py or pip install

crashmatt opened this issue · comments

python will not properly import imufusion for me. It fails on:

python -m imufusion results in:
"No code object available for imufusion"

Installed to venv and --user and got the same result

On Ubuntu 22.04.04

It fails on:
ahrs = imufusion.Ahrs()

imufusion.Ahrs is not recognized

Nevermind. Fixed it. Failed to explicit use ==1.2.2

There was an issue with the v1.2.3 release actions. This will be fixed on Wednesday. The only changes between v1.2.2 and v1.2.3 are Python package platform support.