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

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

Re: Package Install Date

2016-06-09 Thread Joel Breazeale
gotten to the point where I feel comfortable ignoring the error generated for it.] --Joel On Wed, Jun 8, 2016 at 2:46 PM, Andrey Repin wrote: > Greetings, Joel Breazeale! > >> I am looking for a clean way to determine the install date/time for a >> Cygwin package. I ha

Re: Package Install Date

2016-06-08 Thread Joel Breazeale
tails. On Wed, Jun 8, 2016 at 2:50 PM, Achim Gratz wrote: > Joel Breazeale writes: >> I am looking for a clean way to determine the install date/time for a >> Cygwin package. I have a hack that suffices, just want to see what >> alternatives exist. Thanks! > > Provided n

Package Install Date

2016-06-08 Thread Joel Breazeale
I am looking for a clean way to determine the install date/time for a Cygwin package. I have a hack that suffices, just want to see what alternatives exist. Thanks! -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http