Changes between Initial Version and Version 1 of Ticket #62914


Ignore:
Timestamp:
May 18, 2021, 9:58:33 AM (3 years ago)
Author:
anowacki (Andy Nowacki)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62914 – Description

    initial v1  
    1 When trying to read some files (certainly StationXML files) using py37-obspy, I get a {{{DistributionNotFound}}} error as greenlet is required but not installed ({{{DistributionNotFound: The 'greenlet!=0.4.17' distribution was not found and is required by sqlalchemy}}} ; see edited traceback below.)
     1When trying to read some files (certainly StationXML files) using py37-obspy, I get a {{{DistributionNotFound}}} error as greenlet is required but not installed ({{{DistributionNotFound: The 'greenlet!=0.4.17' distribution was not found and is required by sqlalchemy}}} ; see ~~edited~~full traceback below.)
    22
    33If I install `py37-greenlet`, all is well and IO works again.