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? 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
rasterio
During testing (on a M1 Macbook), an error was thrown when loading rasterio, namely:
/opt/homebrew/opt/gdal/lib/libgdal.30.dylib' (no such file).
/opt/homebrew/opt/gdal/lib/libgdal.30.dylib' (no such file)
However, the .31. file existed at this path so was copied and renamed to .30..
.31.
.30.
This may not be a recommended good fix, but could be useful for any user that encounters a similar issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During testing (on a M1 Macbook), an error was thrown when loading rasterio, namely:
/opt/homebrew/opt/gdal/lib/libgdal.30.dylib' (no such file)
.However, the
.31.
file existed at this path so was copied and renamed to.30.
.This may not be a recommended good fix, but could be useful for any user that encounters a similar issue.
The text was updated successfully, but these errors were encountered: