Changes between Initial Version and Version 1 of Ticket #45700


Ignore:
Timestamp:
Oct 31, 2014, 10:43:46 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

In #45597 the error was "no destroot found". The cause was the user did not clean before trying again.

This is not the same as your issue, which is "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/requests/__init__.py already exists and does not belong to a registered port".

Why does that file already exist, if it was not provided by a MacPorts port? You can try forcing the port activation, but if you cannot explain why the file already existed, who knows how many other files already exist that should not be there. In that case the safest solution would be to uninstall MacPorts and all ports, then remove /opt/local (after saving any important files, such as configuration files, data files, databases), then reinstall the ports you want.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45700

    • Property Port py-requests added
  • Ticket #45700 – Description

    initial v1  
    66cheers - mattia
    77
     8{{{
    89sudo port install py27-requests
    9                                                           --->  Computing dependencies for py27-requests
     10--->  Computing dependencies for py27-requests
    1011--->  Fetching archive for py27-requests
    1112--->  Attempting to fetch py27-requests-2.4.3_0.darwin_10.noarch.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/py27-requests
     
    1920    http://guide.macports.org/#project.tickets
    2021Error: Processing of port py27-requests failed
     22}}}