-
Notifications
You must be signed in to change notification settings - Fork 76
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
can't install node-postal #49
Comments
|
Did you follow the instructions to install libpostal from the README? |
Did you try using |
Hello, Thank you for getting back to me. I did follow the instructions. I altered them some for what you posted and libpostal installed successfully but I am still having issues installing node-postal. I am using yarn to install. Could this error be because it does not know where libpostal is installed?
|
Yes exactly, and I apologize but my code snippet may have made that more confused, you can remove the I believe |
If you can't get that working then figure out where libpostal was installed and set the |
yes i am running ldconfig before i install node-postal
I did an I added to my job |
The Try removing In order to get it working you'll either need to get FWIW this usually "just works" so I'm not sure why it isn't for you. |
ok i got past that error as i found libpost.h and set the LD_LIBRARY_PATH: /usr/local/include/libpostal. now I get another error....
Can you help with this? |
Is that a fatal error or just a bunch of warnings? |
They all say |
I wouldn't worry about the warnings if the software is working as expected. |
OK Thank you. I am getting my team to test how this library is used. |
I am using a github action runner to try and build an application that uses node-postal
Ubuntu 22.04
python 3
node 18.11.0
I install the libpostal library successfully.
When I run
yarn
to grab deps it barfs on node-postal:Please help!
The text was updated successfully, but these errors were encountered: