Changes between Initial Version and Version 1 of Ticket #41072


Ignore:
Timestamp:
Oct 31, 2013, 12:30:20 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The error message clearly tells you what the problem is: "vtk5 must be installed with +python27" So please do that by running:

sudo port install vtk5 +python27

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41072

    • Property Keywords vtk5 removed
    • Property Cc jjstickel@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #41072 – Description

    initial v1  
     1{{{
    12Error: Processing of port py27-mayavi failed
    23Error: org.macports.archivefetch for port py27-mayavi returned: vtk5 must be installed with +python27
     4}}}
    35
    46However, vtk5 was installed successfully
     
    79
    810Here was the original install command:
     11{{{
    912sudo port install python27 py27-numpy py27-scipy py27-matplotlib py27-mayavi ps27-networkx py27-nibabel
     13}}}