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 try to use gdalsrsinfo from heroku bash I get the asnwer:
gdalsrsinfo: error while loading shared libraries: libblas.so.3: cannot open shared object file: No such file or directory
Tried to fix the situation but without success.
My build pack set is:
1. https://github.com/heroku/heroku-buildpack-apt 2. heroku/ruby
I'm using: Stack: heroku-18
Stack: heroku-18
The text was updated successfully, but these errors were encountered:
I'm having the same issue. Did you manage to solve this?
Sorry, something went wrong.
Having the very same issue with a GeoDjango project hosted on Scalingo, which uses forks of Heroku buildpacks, so subscribing to updates here.
IIRC you need to add the following apt packages to the Aptfile:
libblas3 liblapack3
May not be the only ones needed, but I worked through a similar series of errors to get gdal working correctly on my dynos.
No branches or pull requests
When I try to use gdalsrsinfo from heroku bash I get the asnwer:
gdalsrsinfo: error while loading shared libraries: libblas.so.3: cannot open shared object file: No such file or directory
Tried to fix the situation but without success.
My build pack set is:
1. https://github.com/heroku/heroku-buildpack-apt 2. heroku/ruby
I'm using:
Stack: heroku-18
The text was updated successfully, but these errors were encountered: