Changes between Initial Version and Version 1 of Ticket #60075, comment 3


Ignore:
Timestamp:
Feb 11, 2020, 9:24:54 PM (4 years ago)
Author:
ahzeeshan (Zeeshan Ahmad)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60075, comment 3

    initial v1  
    11Cannot reproduce it today.
    22
    3 ➜  ~ sudo port upgrade outdated
     3`sudo port upgrade outdated`
     4{{{
    45Nothing to upgrade.
    56--->  Scanning binaries for linking errors
    67--->  No broken files found.                             
    78--->  No broken ports found.
    8 
     9}}}
    910However, my matplotlib was still giving an error while importing (which was the reason I did a sudo port selfupdate in the first place),
    10 
     11{{{
    1112>>> import matplotlib.pyplot as plt
    1213Traceback (most recent call last):
     
    2425  Expected in: flat namespace
    2526 in /opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/matplotlib/_path.cpython-37m-darwin.so
    26 
     27}}}
    2728So I did a sudo port uninstall py37-pytorch (py37-matplotlib was installed as a dependency of py37-pytorch). When running sudo port install py37-pytorch, I got the error again:
    28 
     29{{{
    2930--->  Computing dependencies for py37-pytorch
    3031The following dependencies will be installed:
     
    6970--->  Scanning binaries for linking errors
    7071      [                                        ]  81.6 %[4]    2968 killed     sudo port install py37-pytorch
    71 
     72}}}
    7273I also don’t see any new log generated in /opt/local/var/macports/logs/
    7374