Opened 5 years ago
Closed 5 years ago
#60384 closed defect (fixed)
Failed py37-mayavi installation on maxos 10.14.6
Reported by: | DanyPPage | Owned by: | jjstickel (Jonathan Stickel) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | py-mayavi |
Description
I just installed the macos update to 10.14.6, updated the ports, upgraded all the outdated ones and mayavi failed to build. The log file (attached) says it doesn't find vtk , but I do have it installed (with port)
Attachments (1)
Change History (8)
Changed 5 years ago by DanyPPage
comment:1 Changed 5 years ago by jmroot (Joshua Root)
Owner: | set to jjstickel |
---|---|
Port: | py-mayavi added; py37-mayavi removed |
Status: | new → assigned |
comment:2 follow-up: 3 Changed 5 years ago by jmroot (Joshua Root)
comment:3 Changed 5 years ago by jjstickel (Jonathan Stickel)
Replying to jmroot:
It's saying that you have to install vtk with the python37 variant.
Indeed, that is probably what is stopping the build. Can you provide the output of port installed vtk
? However, the recent update of vtk to 8.2 has broken the python components (see #60367). I'll post here when that is fixed.
comment:4 follow-up: 5 Changed 5 years ago by DanyPPage
It is still broken once I have re-installed vkt with python37 variant.
% port installed vtk The following ports are currently installed:
vtk @8.2.0_0+python37 (active)
comment:5 Changed 5 years ago by jjstickel (Jonathan Stickel)
Replying to DanyPPage:
It is still broken once I have re-installed vkt with python37 variant.
% port installed vtk The following ports are currently installed:
vtk @8.2.0_0+python37 (active)
Like I said, the vtk port (with pythonXX variants) is broken now. We all have to wait for that to be fixed.
comment:6 Changed 5 years ago by jjstickel (Jonathan Stickel)
This should be fixed now with https://github.com/macports/macports-ports/pull/6926.
comment:7 Changed 5 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
It's saying that you have to install vtk with the python37 variant.