Changes between Initial Version and Version 1 of Ticket #69576, comment 5


Ignore:
Timestamp:
Mar 30, 2024, 9:01:48 PM (6 months ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69576, comment 5

    initial v1  
    1 The committed update is failing with:
     1The committed update is failing like this for py37 and later:
    22{{{
    33ERROR Missing dependencies:
    44        Cython>=3.0.9
    55}}}
     6py36 is also failing with a different missing dependency:
     7{{{
     8ModuleNotFoundError: No module named 'setuptools'
     9}}}