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, all, tried to import PyNuitrack on a Raspberry PI 4 and get the following error.
from PyNuitrack import py_nuitrack ImportError: /usr/local/lib/python3.7/dist-packages/PyNuitrack/py_nuitrack.so: wrong ELF class: ELFCLASS64
is the nuitrack-linux-armhf.deb compiled on 64-bit linux? anyone can help. Thanks
The text was updated successfully, but these errors were encountered:
Hi @wolfysong
For the linux arm64 you'll need to install nuitrack-linux-arm64.deb
Sorry, something went wrong.
Has your issue been solved? Do you have any other questions I can help you with?
No branches or pull requests
Hi, all, tried to import PyNuitrack on a Raspberry PI 4 and get the following error.
from PyNuitrack import py_nuitrack
ImportError: /usr/local/lib/python3.7/dist-packages/PyNuitrack/py_nuitrack.so: wrong ELF class: ELFCLASS64
is the nuitrack-linux-armhf.deb compiled on 64-bit linux? anyone can help. Thanks
The text was updated successfully, but these errors were encountered: