tarball from sourceforge.
On Thu, Aug 20, 2009 at 6:33 PM, David Cournapeau wrote:
> On Thu, Aug 20, 2009 at 2:06 PM, Chris Colbert wrote:
>> the issue is that the files are executable. I have no idea why they
>> are set that way either. This is numpy 1.3.0 built from source.
>
> Which sources are
On Thu, Aug 20, 2009 at 2:06 PM, Chris Colbert wrote:
> the issue is that the files are executable. I have no idea why they
> are set that way either. This is numpy 1.3.0 built from source.
Which sources are you using ? The tarball on sourceforge, from svn, etc... ?
cheers,
David
___
On Thu, Aug 20, 2009 at 14:13, Chris Colbert wrote:
> nope.
>
> I build Atlas, and modified site.cfg to find those libs in
> /usr/local/lib/atlas/
>
> then i did:
>
> python setup.py build
> sudo python setup.py install
>
> that's it.
Huh. I don't know. Are the source files executable?
--
Rober
nope.
I build Atlas, and modified site.cfg to find those libs in /usr/local/lib/atlas/
then i did:
python setup.py build
sudo python setup.py install
that's it.
On Thu, Aug 20, 2009 at 5:09 PM, Robert Kern wrote:
> On Thu, Aug 20, 2009 at 14:06, Chris Colbert wrote:
>> the issue is that the fi
On Thu, Aug 20, 2009 at 14:06, Chris Colbert wrote:
> the issue is that the files are executable. I have no idea why they
> are set that way either. This is numpy 1.3.0 built from source.
Are you sure that those are exactly the commands that you executed?
You didn't invoke setuptools in any way?
this happens with scipy too...
On Thu, Aug 20, 2009 at 5:06 PM, Chris Colbert wrote:
> the issue is that the files are executable. I have no idea why they
> are set that way either. This is numpy 1.3.0 built from source.
>
> the default install location for setup.py install is the local
> dist-pac
the issue is that the files are executable. I have no idea why they
are set that way either. This is numpy 1.3.0 built from source.
the default install location for setup.py install is the local
dist-packages. So that's where it is.
On Thu, Aug 20, 2009 at 5:03 PM, Keith Goodman wrote:
> On Thu
On Thu, Aug 20, 2009 at 1:52 PM, Chris Colbert wrote:
> when I build numpy from source via:
>
> python setup.py build
> sudo python setup.py install
>
>
> the nosetests fail because of permissions:
>
> In [5]: np.test()
> Running unit tests for numpy
> NumPy version 1.3.0
> NumPy is installed in /u
On Thu, Aug 20, 2009 at 13:52, Chris Colbert wrote:
> when I build numpy from source via:
>
> python setup.py build
> sudo python setup.py install
>
>
> the nosetests fail because of permissions:
What permissions do your files have? If they're not readable for
whatever reason, you would be SOL no
when I build numpy from source via:
python setup.py build
sudo python setup.py install
the nosetests fail because of permissions:
In [5]: np.test()
Running unit tests for numpy
NumPy version 1.3.0
NumPy is installed in /usr/local/lib/python2.6/dist-packages/numpy
Python version 2.6.2 (release26
10 matches
Mail list logo