Changes between Initial Version and Version 2 of Ticket #68331


Ignore:
Timestamp:
Oct 2, 2023, 10:10:06 PM (12 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68331 – Description

    initial v2  
     1{{{
    12sudo port install py310-pytorch
    2 
    33--->  Computing dependencies for py310-pytorch
    44Error: Can't install leveldb because conflicting ports are active: gperftools
    55Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    66Error: Processing of port py310-pytorch failed
     7}}}