Changes between Initial Version and Version 2 of Ticket #70562


Ignore:
Timestamp:
Aug 15, 2024, 7:48:24 AM (5 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70562

    • Property Milestone changed from MacPorts Future to
  • Ticket #70562 – Description

    initial v2  
    11The port installs cleanly, but does not work.  It doesn't install the executables into the /opt/local/bin directory, but into /opt/local/lib/py310-cython-compat/bin/, and when executed directly from there produces the unhelpful error:
     2{{{
    23Traceback (most recent call last):
    34  File "/opt/local/bin/cython", line 5, in <module>
    45    from Cython.Compiler.Main import setuptools_main
    56ModuleNotFoundError: No module named 'Cython'
     7}}}
    68
    79If I also install py310-cython, I do get cython in /opt/local/bin but that is the latest version:
     10{{{
    811% cython --version
    912Cython version 3.0.10
     13}}}
    1014
    1115Now /opt/local/lib/py310-cython-compat/bin/cython does run, but it runs the new version:
     16{{{
    1217% /opt/local/lib/py310-cython-compat/bin/cython --version
    1318Cython version 3.0.10
     19}}}
    1420
    1521I need the old version to get the py310-grpcio port to build, apparently: https://github.com/grpc/grpc/blob/42284424acd2ba4ba649599984592f5d2eade919/requirements.txt says