Hello!
Hopefully some of you can help me out. I am having the hardest time installing
Numpy using the Intel MKL library. I've read the Intel article on their site,
but it doesn't specifically address Windows, so I suspect the directions get me
close, but when it comes to this sort of thing, eve
Den 2014-02-13 skrev beliav...@aol.com :
> I fixed the problem by reinstalling Numpy.
Good.
Just one note since I happened to look into updating Python(x,y)
at work today and stumbled on this: The Python(x,y) guys
recommend that one removes other Python installations prior to
installing Python(x,
I fixed the problem by reinstalling Numpy.
--
https://mail.python.org/mailman/listinfo/python-list
I am running Python 2.7.5 on Windows 7 and installed Numpy, which worked.
Then I installed Python(x,y) from a file Python(x,y)-2.7.5.2.exe, and now
running
the script
from numpy import array, size, shape, min, max, sum
a = array([1, 2, 3])
print shape(a)
gives the error messages
Traceback (most
Hi Jia,
On Sun, Jul 25, 2010 at 12:01 PM, Jia Hu wrote:
> Hello:
>
> I tried to install numpy 1.4.1 from source under ubuntu following
> instruction at http://docs.scipy.org/doc/numpy/user/install.html
> I type "" python setup.py build –help-fcompiler "" and it says gnu95 is
> found. Then I run
Hello:
I tried to install numpy 1.4.1 from source under ubuntu following
instruction at http://docs.scipy.org/doc/numpy/user/install.html
I type "" python setup.py build –help-fcompiler "" and it says gnu95 is
found. Then I run ""python setup.py build –fcompiler=gnu95"". There is
error.
Does any
On Dec 1, 7:04 pm, Ethos wrote:
> On Dec 1, 6:37 pm, David Cournapeau wrote:
>
> > On Wed, Dec 2, 2009 at 11:03 AM, Ethos wrote:
>
> > > I reinstallednumpy, from sourceforge, even though I had already
> > > installed the latest version. Same business. 2.5 imports fine, 2.6
> > > doesn't.
>
> > >
On Dec 1, 6:37 pm, David Cournapeau wrote:
> On Wed, Dec 2, 2009 at 11:03 AM, Ethos wrote:
>
> > I reinstalled numpy, from sourceforge, even though I had already
> > installed the latest version. Same business. 2.5 imports fine, 2.6
> > doesn't.
>
> > Here's the output of the commands you gave me
On Wed, Dec 2, 2009 at 11:03 AM, Ethos wrote:
>
> I reinstalled numpy, from sourceforge, even though I had already
> installed the latest version. Same business. 2.5 imports fine, 2.6
> doesn't.
>
> Here's the output of the commands you gave me.
Which exact version of mac os x are you using ? (t
On Dec 1, 3:33 am, "Diez B. Roggisch" wrote:
> Ethos wrote:
> > I installed NumPy for python 2.6 on my leopard macbook, using the
> > nifty mac installer they now provide. I have the 2.6 official python
> > distro installed on my computer, in addition to the 2.5 that is native
> > on the mac. When
Ethos wrote:
>I installed NumPy for python 2.6 on my leopard macbook, using the
>nifty mac installer they now provide. I have the 2.6 official python
>distro installed on my computer, in addition to the 2.5 that is native
>on the mac. When I went to test out the installation, with 2.6, it
>gave m
On Tue, Dec 1, 2009 at 7:47 PM, Ethos wrote:
> ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.6/
> lib/python2.6/site-packages/numpy/core/multiarray.so, 2): no suitable
> image found. Did find:
> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
>
Ethos wrote:
> I installed NumPy for python 2.6 on my leopard macbook, using the
> nifty mac installer they now provide. I have the 2.6 official python
> distro installed on my computer, in addition to the 2.5 that is native
> on the mac. When I went to test out the installation, with 2.6, it
> ga
I installed NumPy for python 2.6 on my leopard macbook, using the
nifty mac installer they now provide. I have the 2.6 official python
distro installed on my computer, in addition to the 2.5 that is native
on the mac. When I went to test out the installation, with 2.6, it
gave me this:
>>> import
cesco wrote:
> Hi,
>
> I wanted to install python, numpy and matplotlib on Linux Ubuntu.
> I installed python with the following commands
> ./configure --enable-unicode=ucs4
> [snip]
> running build_ext
> building 'matplotlib.backends._ns_backend_agg' extension
> gcc options: '-pthread -fno-strict
Hi,
I wanted to install python, numpy and matplotlib on Linux Ubuntu.
I installed python with the following commands
./configure --enable-unicode=ucs4
make
make install
and then I installed numpy running
python setup.py install
Finally I came to matplotlib, that for the installation requires the
c
>
> It *should* be
> /System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3/Python.h
>
> In the meantime, you can snag a pre-built Numeric from
>
>http://pythonmac.org/packages/
It was not there to start with and by trying to install xcode from
apple's developpers site,
martino wrote:
Hi, I am trying to install NumPy (v23.8) onder Macosx (panther
version). Python (v2.3) is bundled into panther and I installed the
IDE on top of that. After having untarred the source distribution in
the desktop directory and typed
python setup.py install
as recommended in the atta
Hi, I am trying to install NumPy (v23.8) onder Macosx (panther
version). Python (v2.3) is bundled into panther and I installed the
IDE on top of that. After having untarred the source distribution in
the desktop directory and typed
>python setup.py install
as recommended in the attached documenta
19 matches
Mail list logo