-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
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
Ubuntu: libpostal.so.1: cannot open shared object file: No such file or directory #54
Comments
I had this issue on Ubuntu 19.10 as well -> #8
You need to do that! Example: export LD_LIBRARY_PATH=/usr/local/lib
python main.py or add it to the .bashrc or .zshrc depends on which terminal interpreter you are using. @albarrentine maybe it makes sense to add this to readme as troubleshooting point. |
It didn't resolve the issue for me. |
I faced the same issue, The problem got resolved after adding
|
I seemed to have the same problem as issue #8
cannot open shared object file: No such file or directory
I tried the fixes suggested in the issue including adding
export LD_LIBRARY_PATH=/usr/local/lib
(lib being where libpostal is installed)I can import postal, just can't follow the tutorial due to this error:
The text was updated successfully, but these errors were encountered: