-
Notifications
You must be signed in to change notification settings - Fork 6
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
building against system libs and external pythons #9
Comments
I updated the package to fix the problems with the dependencies and the version number. But what is the problem with the projection? |
Great, thanks a lot!
and I have been using a system-wide install of pyproj-1.9.5.1 against libproj4 version 4.9.2. It seems that the proj_dict dictionary is required to have a and b with these versions. Cheers, |
I try to reproduce your error, but with the same libproj4 version (4.9.2) and pyproj-1.9.5.1 I am not able to get the error. What is your pyresample version? I am using 1.7.0 (the current one). |
Yes, same here, this is pyresample-1.7.0. That's weird, I'll try to figure out what is wrong with my install then! |
Can you start with a fresh virtual environment and install CreateCloudMap plus all dependencies there by pip? By the way, these looks somehow similar: |
Yes, within pip only, in a clean environment, it works fine. It seems that I indeed miss some proj4 or pyproj default files. I'll try to figure it out and post it here. Thanks for the help! |
Ok, this is a well-known libproj issue: I am closing this issue, thanks a lot for your help! |
To be specific, this file should be present for pyproj and proj to use default values: /usr/share/proj/proj_def.dat |
Thank you for traking this down. |
Hi there,
I have built cloudmap out of pypi and various issues showed up. Here some summary and patches proposal:
Hope it helps!
Cheers,
Chris.
The text was updated successfully, but these errors were encountered: