[MacPorts] #63629: py39-matplotlib-basemap @1.2.2: couldn't execute "/opt/local/bin/cythonize": no such file or directory

MacPorts noreply at macports.org
Thu Oct 14 22:26:36 UTC 2021


#63629: py39-matplotlib-basemap @1.2.2: couldn't execute
"/opt/local/bin/cythonize": no such file or directory
------------------------+-----------------------------------
 Reporter:  ryandesign  |      Owner:  Schamschula
     Type:  defect      |     Status:  assigned
 Priority:  Normal      |  Milestone:
Component:  ports       |    Version:  2.7.99
 Keywords:              |       Port:  py-matplotlib-basemap
------------------------+-----------------------------------
 https://build.macports.org/builders/ports-10.14_x86_64-builder/builds/102009/steps
 /install-port/logs/stdio
 {{{
 Error: Failed to extract py39-matplotlib-basemap: couldn't execute
 "/opt/local/bin/cythonize": no such file or directory
 }}}

 1. You cannot rely on files provided by dependencies existing prior to the
 configure phase. Here you are trying to use them in `post-extract`. You
 could do it in `pre-configure` instead.
 2. /opt/local/bin/cythonize is not provided by a dependency; it is
 provided by `sudo port select python`. Ports cannot rely on the effects of
 `port select`. You could use `/opt/local/bin/cythonize-3.9` instead.

-- 
Ticket URL: <https://trac.macports.org/ticket/63629>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list