Hi everyone, Congratulations on getting the beta version out. When I tried to compile scipy I get the same error as in http://projects.scipy.org/pipermail/scipy-dev/2008-November/010352.html I am using Python 2.6 from python.org and OS X 10.4.11. The error is: error: file '/Users/malkarouri/tmp/scipy-0.7.0b1/ARPACK/FWRAPPERS/veclib_cabi_c.c' does not exist Regards, Muhammad Alkarouri
On Wed, Nov 26, 2008 at 9:31 AM, Muhammad Alkarouri <malkarouri@yahoo.co.uk> wrote:
When I tried to compile scipy I get the same error as in http://projects.scipy.org/pipermail/scipy-dev/2008-November/010352.html I am using Python 2.6 from python.org and OS X 10.4.11. The error is: error: file '/Users/malkarouri/tmp/scipy-0.7.0b1/ARPACK/FWRAPPERS/veclib_cabi_c.c' does not exist
This should be fixed in the trunk. Could you try checking out the trunk and checking whether the problem goes away? -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/
On Thu, Nov 27, 2008 at 12:36 PM, Jarrod Millman <millman@berkeley.edu> wrote:
On Wed, Nov 26, 2008 at 9:31 AM, Muhammad Alkarouri <malkarouri@yahoo.co.uk> wrote:
When I tried to compile scipy I get the same error as in http://projects.scipy.org/pipermail/scipy-dev/2008-November/010352.html I am using Python 2.6 from python.org and OS X 10.4.11. The error is: error: file '/Users/malkarouri/tmp/scipy-0.7.0b1/ARPACK/FWRAPPERS/veclib_cabi_c.c' does not exist
This should be fixed in the trunk. Could you try checking out the trunk and checking whether the problem goes away?
More exactly, you should try wether the generated tarball contain the needed file, that is, from the trunk: python setup.py sdist # Generate the source tarball # Untar the tarball and try building scipy from the tarball, not from the trunk David
Thanks Jarrod and David, and sorry for the late reply. I was using Python 2.6 and I tripped over some problems there. I am now using Python 2.5 on OS X 10.4.11, Numpy 1.2.1 and Scipy works fine. In [3]: scipy.test() #details omitted Ran 3307 tests in 95.752s OK (KNOWNFAIL=2, SKIP=32) Out[3]: <nose.result.TextTestResult run=3307 errors=0 failures=0> In [4]: scipy.__version__ Out[4]: '0.7.0.dev5213' SciPy was installed after grabbing dev5213 and doing 'python setup.py sdist' then installing from the tarball. Many thanks, Muhammad
participants (3)
-
David Cournapeau -
Jarrod Millman -
Muhammad Alkarouri