Changes between Initial Version and Version 7 of Ticket #40049


Ignore:
Timestamp:
Aug 8, 2013, 7:45:22 PM (11 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Thanks for the ticket. In the future, please Cc relevant port maintainers (port info --maintainers) and use WikiFormatting in your ticket descriptions.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40049

    • Property Owner changed from macports-tickets@… to sean@…
    • Property Keywords python scipy removed
    • Property Summary changed from py27-scipy port package issue to py27-scipy: problem importing scipy.interpolate.intrep1d, "numpy.dtype has the wrong size"
  • Ticket #40049 – Description

    initial v7  
    22
    33I have installed python 27 and the scientific packages (Numpy, SciPy etc.)  When trying to import the intrep1d function from scipy.interpolate python returns the following error:
    4 
     4{{{
    55Traceback (most recent call last):
    66  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/core/interactiveshell.py", line 2731, in run_code
     
    1616  File "numpy.pxd", line 155, in init scipy.special._ufuncs (scipy/special/_ufuncs.c:9950)
    1717ValueError: numpy.dtype has the wrong size, try recompiling
     18}}}
    1819
    1920I have tested and can use Numpy and dtype alone and agree with the error recommendation that the scipy packge should be recompiled.