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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I use this command,
pip3 install pynlpir
it seems to be okay. But when I import the package, here is the error message:
OSError: /home/pi/pynlpir/pynlpir/lib/libNLPIR32.so: cannot open shared object file: No such file or directory
But I do find this file in the directory. Is the package not suitable for Raspberry Pi?
The text was updated successfully, but these errors were encountered:
Hello! It is probably related to sudo. If you used sudo to install pynlpir, then you might need to use sudo python when running your script.
sudo
sudo python
Or, you could update the permissions/owner on the files directly.
Sorry, something went wrong.
No branches or pull requests
When I use this command,
it seems to be okay. But when I import the package, here is the error message:
But I do find this file in the directory.
Is the package not suitable for Raspberry Pi?
The text was updated successfully, but these errors were encountered: