We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Mario,
I'm having troubles installing your package, here attached the error message shortly after the pip install ahrs command:
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Thanks,
if you need anything more, just let me know.
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.
tools
ahrs
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.
No branches or pull requests
Hi Mario,
I'm having troubles installing your package, here attached the error message shortly after the pip install ahrs command:
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
The text was updated successfully, but these errors were encountered: