Changes between Initial Version and Version 1 of Ticket #56348


Ignore:
Timestamp:
Apr 24, 2018, 8:58:18 PM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

MacPorts does not have the capability to automatically install a dependency with a different variant. (See #126.) The error message is telling you that you must do so manually, for example by running:

sudo port upgrade --enforce-variants py36-pyqt5 +webengine

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56348

    • Property Status changed from assigned to closed
    • Property Resolution changed from to invalid
  • Ticket #56348 – Description

    initial v1  
    33port install py36-spyder-devel
    44}}}
    5 
     5{{{
    66Error: Failed to configure py36-spyder-devel: py36-pyqt5 must be installed with +webengine.
    7 
     7}}}
    88Default port configuration is missing the +webengine variant that is required.