ahrs icon indicating copy to clipboard operation
ahrs copied to clipboard

pip install error

Open indexGui opened this issue 3 years ago • 3 comments

Hi Mario,

I'm having troubles installing your package, here attached the error message shortly after the pip install ahrs command: catt

i'm dealing with an import error, apparently my raspberry isn't able to find a module called tools.versioning.

how can i deal with it? I've tried both install solutions with pip first and then with git clone.

thanks, Andrea

indexGui avatar May 01 '21 09:05 indexGui

Hi,

that seems like a local import error. I guess for the raspberry pi the format has to be changed. I will try to test it and change it accordingly.

Mayitzin avatar May 07 '21 08:05 Mayitzin

Thanks,

if you need anything more, just let me know.

indexGui avatar May 08 '21 10:05 indexGui

Isn't the problem here that the tar.gz bundle doesn't include the tools directory? The ahrs directory is there, but tools is not.

https://files.pythonhosted.org/packages/66/56/7fc17b6c330eff8986e01dfd3744154ffa45cf4ccd45fd779dc6e2713ec1/AHRS-0.3.1.tar.gz

I'm building via Buildroot and saw the same problem with trying to install using the downloaded tar.gz bundle.

cshaw-velo-ai avatar Dec 14 '22 17:12 cshaw-velo-ai