-
Notifications
You must be signed in to change notification settings - Fork 392
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
Issue with basemap installation on cygwin #579
Comments
Looking for the issue with the I remember that a while ago @DWesl was providing a pull request in the We might need here a similar patch to the one given by @DWesl for |
Most likely this section needs to be run when basemap/packages/basemap/setup.py Lines 114 to 124 in 231f40a
|
@karljchan I installed Cygwin on my Windows machine but I am unable to reproduce your issue (after installing
May I ask you to provide a bit more of information on your current Cygwin installation? For example, Python version and GCC version. I am using Python 3.9.16 and GCC 11.4.0. Still I will apply the suggestion by @DWesl, since your issue appeared already in other projects and the modification is probably harmless. |
I suspect that's due to setting The other part might be that they've installed GEOS to |
There's a PR with the proposed changes in #582 |
@DWesl Thanks! We were just editing at the same time! Give me just a moment to see how I can merge your PR into the |
That's what I get for leaving the PR for two weeks, I suppose |
@karljchan, does the |
@karljchan You can try to see if the
@DWesl I downgraded the |
I pasted that command into a terminal; we'll see what happens in about ten minutes. I also update NumPy regularly, so I have 1.24.3. |
@DWesl Did the |
On 7/24/2023 1:25 PM, Víctor wrote:
@DWesl Did the |hotfix-1.3.8| branch install successfully in the end?
The first time doesn't seem to have actually run the command, but it
installed 1.3.7 fine just now.
|
Cool! I will wait for @karljchan's feedback until end of the week before closing the issue, let's see if I can prepare the 1.3.8 patch release by then. |
@karljchan Did you have time to check if the |
Hi, apologies @molinav for getting back to you so late regarding this issue as I have been away from office. I have tried applying the hotfix that you’ve provided and the installation is successful! I appreciate your assistance very much! |
@karljchan No worries! Great to hear that it is working now. I will prepare the v1.3.8 patch release in the upcoming days and this fix will be included. Thanks also to @DWesl for providing the PR with the bugfix! |
Hello all, I am trying to install basemap package on cygwin but have encountered an error. Before the installation, i have installed GEOS and PROJ from source and have set the GEOS_DIR/PROJ_DIR environment variable.
I have tried installing basemap from a previous thread here #539 by downloading basemap via python -m pip install basemap but failed to build wheel for basemap.
I would appreciate any help or guidance you can provide, thank you.
The text was updated successfully, but these errors were encountered: