Re: [Numpy-discussion] runtests.py fails f2py test

2016-07-19 Thread Ralf Gommers
On Fri, Jul 15, 2016 at 3:50 PM, Matti Picus wrote: > Am I missing something simple? I > - install git, subversion, gcc, gfortran (Ubuntu 16.04) > - create a clean python2 virtual env (no numpy) > - activate it > - git clone numpy > - cd into it > - python runtests.py > - wait > And it fails test

[Numpy-discussion] runtests.py fails f2py test

2016-07-15 Thread Matti Picus
Am I missing something simple? I - install git, subversion, gcc, gfortran (Ubuntu 16.04) - create a clean python2 virtual env (no numpy) - activate it - git clone numpy - cd into it - python runtests.py - wait And it fails tests because it cannot find f2py. Then I - python setup.py install # to i