Opened 6 years ago

Closed 6 years ago

#56348 closed defect (invalid)

py36-spyder-devel @ 3.2.8 Configure error - build failure

Reported by: ith140 (Ian Hoffman) Owned by: eborisch (Eric A. Borisch)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py36-spyder-devel

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Port fails on install with

port install py36-spyder-devel
Error: Failed to configure py36-spyder-devel: py36-pyqt5 must be installed with +webengine.

Default port configuration is missing the +webengine variant that is required.

Change History (1)

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Resolution: invalid
Status: assignedclosed

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
Note: See TracTickets for help on using tickets.