Opened 8 months ago

Closed 8 months ago

#68331 closed defect (invalid)

Problem installing py310-pytorch on Ventura 13.5.2

Reported by: jbrundle Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py-pytorch

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

sudo port install py310-pytorch
--->  Computing dependencies for py310-pytorch
Error: Can't install leveldb because conflicting ports are active: gperftools
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
Error: Processing of port py310-pytorch failed

Change History (4)

comment:1 Changed 8 months ago by jbrundle

py39-pytorch was working previously. When I did a "sudo port upgrade outdated", I got this error when I tried to upgrade macports. Then uninstalled all ports, reinstalled all ports, and still got the error. Not sure what to do next.

comment:2 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

py310-pytorch depends on leveldb, but MacPorts cannot install it for you because it conflicts with gperftools which you already have installed. If you want to install py310-pytorch, you'll have to sudo port deactivate gperftools first.

comment:3 Changed 8 months ago by jbrundle

Thank you. That worked.

comment:4 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)

Port: py-pytorch added
Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.