Re: Package Install Date

2023-09-13 Thread Joel Breazeale via Cygwin
I went through my cygwin@cygwin.com emails and found yours! Please accept my belated thank you for your reply! --Joel On Wed, Jun 8, 2016 at 5:10 PM Ken Brown wrote: > On 6/8/2016 5:29 PM, Joel Breazeale wrote: > > Thank you for your reply Achim! I tried your suggestion and it was > > much fa

Re: Python 3.9 shapely package build failed

2023-09-12 Thread Joel Breazeale via Cygwin
Brian, I was not aware of the cygcheck command. I won't forget it! Once libgeos-devel-3.11.1-1 was installed the build worked great! Thank you, Joel Breazeale On Tue, Sep 12, 2023 at 9:02 PM Brian Inglis wrote: > On 2023-09-12 18:58, Joel Breazeale via Cygwin wrote: > > The

Python 3.9 shapely package build failed

2023-09-12 Thread Joel Breazeale via Cygwin
The shapely Python 3.9 package is failing to build. Please see the messages in red and the one in green below: [bin]$ /usr/local/bin/pip3.9 install shapely Collecting shapely Using cached shapely-2.0.1.tar.gz (275 kB) Installing build dependencies ... done Getting requirements to build whe

Python 3.9 Support for Fiona Package

2023-09-11 Thread Joel Breazeale via Cygwin
I am attempting to use the fiona package. This code works on Python on a Linux box. The code starts out: #!/usr/bin/python import sys import fiona import shapely import os . . . The error I'm getting from the import is: Traceback (most recent call last): File "/home/Joel/bin/inshape1.py", l