Opened 3 years ago
Closed 3 years ago
#63629 closed defect (fixed)
py39-matplotlib-basemap @1.2.2: couldn't execute "/opt/local/bin/cythonize": no such file or directory
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | Schamschula (Marius Schamschula) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.99 |
Keywords: | Cc: | ||
Port: | py-matplotlib-basemap |
Description
Error: Failed to extract py39-matplotlib-basemap: couldn't execute "/opt/local/bin/cythonize": no such file or directory
- 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 inpre-configure
instead. - /opt/local/bin/cythonize is not provided by a dependency; it is provided by
sudo port select python
. Ports cannot rely on the effects ofport select
. You could use/opt/local/bin/cythonize-3.9
instead.
Change History (1)
comment:1 Changed 3 years ago by reneeotten (Renee Otten)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in this commit.