Changes between Initial Version and Version 1 of Ticket #51695


Ignore:
Timestamp:
Jun 23, 2016, 9:47:24 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The message stating that Python was compiled with gcc-4.2 is strange. That would not be the case on OS X 10.9.5. OS X 10.6.8 was the last OS X version to feature gcc-4.2. Are you sure you are running MacPorts python? What version of Xcode do you have installed?

Don't try to directly run files inside the MacPorts ports tree; they're not for you; they're for MacPorts to use when installing ports. Each Python module or project will typically include its own setup.py file tailored to that project's needs; that's the setup.py you'll be using to build that project.

Don't forget to use WikiFormatting when writing in Trac.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51695 – Description

    initial v1  
    11I have installed python 2.7 using macports and it seemed to work fine untill I had to install Pyraf. Amongst others the last bit of the installation code read:
    22
     3{{{
    34   warning: manifest_maker: standard file '-c' not found
    45   
     
    1819    ----------------------------------------
    1920    Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/zt/rfcx53ks5b7_1_773_2jwpp80000gn/T/pip-build-ImCNyh/astropy
     21}}}
    2022
    2123Now I do have gcc installed, so I tried looking for setup.py and I think the one installed with Macports version of Python on my laptop is in /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-entrypoints/files/
     
    2527I get
    2628
     29{{{
    2730running install
    2831running build
     
    3033creating build
    3134error: could not create 'build': Permission denied
     35}}}
    3236
    3337Not sure how to use setup.py to install Pyraf or for that matter other modules. I am using Python 2.7 on Mac OS X 10.9.5