Now it gives the System numpy. <module 'numpy' from '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/__init__.pyc'>
But even after I put export PATH=$PWD/default/bin:$PATH export PYTHONPATH=$PWD/default/lib/python2.7/site-packages in my .bash_profile, the error still occurs. [*ffc*] Building ffc/hai4csumhzor, follow log with: [*ffc*] tail -f /Users/tedkord/.hashdist/tmp/ffc-hai4csumhzor/build.log [ffc|ERROR] Command '[u'/bin/bash', '_hashdist/build.sh']' returned non-zero exit status 1 [ffc|ERROR] command failed (code=1); raising On 16 December 2014 at 11:45, Johannes Ring <[email protected]> wrote: > > On Mon, Dec 15, 2014 at 9:36 PM, Ted Kord <[email protected]> wrote: > > Hi Johannes > > > > <module 'numpy' from > > > '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/__init__.pyc'> > > This is not good. It is using numpy from MacPorts. > > > is the result of PATH=$PWD/default/bin:$PATH > > > > PYTHONPATH=$PWD/default/lib/python2.7/site-packages python -c "import > > numpy;print numpy" > > That command was supposed to be on one line. Can you please try this > instead: > > export PATH=$PWD/default/bin:$PATH > export PYTHONPATH=$PWD/default/lib/python2.7/site-packages > python -c "import numpy;print numpy" > > Does it still give you numpy from MacPorts? > > Thanks, > > Johannes > -- Best regards, Theodore
_______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
