-
Notifications
You must be signed in to change notification settings - Fork 531
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
1.2b2 from wheel can't locate proj.db #2079
Comments
This looks like the culprit: https://github.com/mapbox/rasterio/blob/master/rasterio/_env.pyx#L372. Older, incompatible PROJ data previously installed on my system is being found and the data in the module is ignored. |
@sgillies I posted the same in https://rasterio.groups.io/g/main/message/673 |
Here is the search logic used by pyproj in case it is helpful: docs | code
|
* Search wheel early Resolves #2079 * Search wheels early in rasterio.env and add debug logging
The PROJ search path isn't set properly. I had thought that the tests run by the wheel builder would find such bugs, but no.
The text was updated successfully, but these errors were encountered: