Changes between Initial Version and Version 1 of Ticket #61359


Ignore:
Timestamp:
Oct 21, 2020, 5:32:18 AM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to andrewfree:

:info:build PermissionError: [Errno 13] Permission denied: '/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/x509-0.1-py3.7.egg/EGG-INFO/entry_points.txt'

Does the file /opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/x509-0.1-py3.7.egg/EGG-INFO/entry_points.txt exist?

If so, what are its permissions?

ls -l /opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/x509-0.1-py3.7.egg/EGG-INFO/entry_points.txt

and what port installed it?

port provides /opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/x509-0.1-py3.7.egg/EGG-INFO/entry_points.txt

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61359

    • Property Status changed from new to assigned
    • Property Summary changed from py37-pip fails to build to py37-pip @20.2.4: AttributeError: _ep_map
    • Property Owner set to michaelld
    • Property Keywords py37 pip removed
    • Property Port py-pip added; py37-pip removed
  • Ticket #61359 – Description

    initial v1  
    44It seems to come down to this.
    55
     6{{{
    67:info:build PermissionError: [Errno 13] Permission denied: '/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/x509-0.1-py3.7.egg/EGG-INFO/entry_points.txt'
    78:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-pip/py37-pip/work/pip-20.2.4" && /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 setup.py --no-user-cfg build -j12
     9}}}