-
Notifications
You must be signed in to change notification settings - Fork 154
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
[BUG] ImportError: libgdal.so.26: cannot open shared object file: No such file or directory in nightly container #275
Comments
Hi @drabastomek, what version of gdal is currently installed in the container? |
Looks like it is gdal 3.1.2 @cwharris |
As @thomcom suggested -- current version is GDAL 3.1.2, released 2020/07/07. The workaround that got me unblocked involved commenting out portions of the |
This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. |
This issue has been marked stale due to no recent activity in the past 30d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be marked rotten if there is no activity in the next 60d. |
I think this was the same issue we filed #375 to fix? |
This issue has been labeled |
Closing due to inactivity. Please reopen if still needed. |
Describe the bug
When importing
cuspatial
I got this ImportError: libgdal.so.26: cannot open shared object file: No such file or directory in nightly container�.FULL TRACE
Steps/Code to reproduce bug
import cuspatial
should load the library.Expected behavior
Should load the library.
Environment details (please complete the following information):
Environment location: Docker
Method of cuSpatial install: Docker
docker pull
&docker run
commands used-- PULL: docker pull rapidsai/rapidsai-nightly:cuda10.2-runtime-ubuntu18.04-py3.7
-- RUN:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: