Hi,
thank you all!
This turned out more complicated than I expected. I tried installing the
indicated compiler VCForPython27.msi
but that didn't change anything.
On the other hand I don't want to install any special distribution of
Python - I want to stick to the standard distribution to be sure
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi,
as you ask how to install Numpy and not how to compile it, I guess you
are looking for a so called distribution. A distribution bundles
pre-compiled packages of Numpy and others together for simple usage of
Numpy. Otherwise you have to compile
On Mar 20, 2015 1:49 AM, "Jerome Kieffer" wrote:
>
> On Fri, 20 Mar 2015 09:45:41 +0100
> Per Tunedal wrote:
>
> > Hi,
> > how do I install Numpy on Windows? I've tried the setup.py file, but get
> > an error message:
> >
> > setup.py install
> >
> > gives:
> > No module named msvccompiler in num
On Fri, 20 Mar 2015 09:45:41 +0100
Per Tunedal wrote:
> Hi,
> how do I install Numpy on Windows? I've tried the setup.py file, but get
> an error message:
>
> setup.py install
>
> gives:
> No module named msvccompiler in numpy.distutils; trying from distutils
> error: Unable to find vcvarsall.b
Hi,
how do I install Numpy on Windows? I've tried the setup.py file, but get
an error message:
setup.py install
gives:
No module named msvccompiler in numpy.distutils; trying from distutils
error: Unable to find vcvarsall.bat
Yours,
Per Tunedal
___
Num
I was able to install by downloading the package for version 1.7.1 from
github and then running
python3.3 setup.py install
No errors given. So, the problem might be related to pip and the fact
that python3.3 is installed locally in my personal home folder which is
in a different filesystem th
Hi,
I'm trying to install NumPy 1.7.1 for Python 3.3 using
pip install numpy
However, I get the following error after a while:
error: numpy.egg-info/dependency_links.txt: Operation not supported
Is this a bug or am I doing something wrong? If it matters, I'm using
virtualenv as I do no
On 2011-04-05 Vicent Mas said:
> Hi,
>
> I'm trying to install numpy1.5.1 in a virtual environment
> (virtualenv-1.5.1) on my debian testing box. I'm using python 2.7
> installed from a debian package.
>
> [...]
>
> Doing the same with python2.6 (also from debian package) works just fine.
> Cou
On Wed, Apr 6, 2011 at 8:08 PM, Ralf Gommers
wrote:
> On Tue, Apr 5, 2011 at 11:17 PM, Vicent Mas wrote:
>> Hi,
>>
>> I'm trying to install numpy1.5.1 in a virtual environment (virtualenv-1.5.1)
>> on my debian testing box. I'm using python 2.7 installed from a debian
>> package.
>>
>> This is wh
On Tue, Apr 5, 2011 at 11:17 PM, Vicent Mas wrote:
> Hi,
>
> I'm trying to install numpy1.5.1 in a virtual environment (virtualenv-1.5.1)
> on my debian testing box. I'm using python 2.7 installed from a debian
> package.
>
> This is what I get:
>
> (venv2.7)vmas@rachael$ python setup.py install
>
Hi,
I'm trying to install numpy1.5.1 in a virtual environment (virtualenv-1.5.1)
on my debian testing box. I'm using python 2.7 installed from a debian
package.
This is what I get:
(venv2.7)vmas@rachael$ python setup.py install
Running from numpy source directory.F2PY Version 1
blas_opt_info:
> Thanks Sebastian :).;But I think i will install Ubuntu on my system
> :)..nowWindow 7 is giving me kind of trouble ..i wasted whole
> night trying to make MiniGW 64 work for metoo much too do too little
> time...
>
> Hope installing Scipy And Numpy will be easy on Ubuntu
>
> T
Hi Aki,
what version of python of are you using ? Are you using the standard
python.org Windows build ?
Most people here use cygwin only to build python extensions (from
source) - and use the numpy (currently version 1.3) and scipy from the
sourceforge download page. Look for "superpack" to get so
There is too much out there which is making me confuse, I want to install
Numpy and Scipy on cygwinCan some body give me steps...There is
different version
of Numpy ...which one i need to download.and how to check it after
installing..
I already have cygwin full version on my pc...
Ak
Oh dear. I'd changed some environment variables when I switched to
using python 2.6 and was accidentally using a local version of gcc,
which evidently doesn't work correctly. Everything builds fine now.
Thanks and sorry for the wasted time.
On Tue, Jul 28, 2009 at 7:57 PM, David Cournapeau wrote:
On Wed, Jul 29, 2009 at 2:38 AM, Daniel
Wheeler wrote:
> -Wall -Wstrict-prototypes -fPIC
>
> compile options: '-c'
> gcc: _configtest.c
> gcc: error trying to exec 'cc1': execvp: No such file or directory
> gcc: error trying to exec 'cc1': execvp: No such file or directory
That's your problem righ
On Tue, Jul 28, 2009 at 12:02 PM, David Cournapeau wrote:
> On Wed, Jul 29, 2009 at 12:38 AM, Daniel
> Can you post the full output of python setup.py build ?
Here it is:
Running from numpy source directory.
non-existing path in 'numpy/distutils': 'site.cfg'
F2PY Version 2
blas_opt_info:
blas_mkl
On Wed, Jul 29, 2009 at 12:38 AM, Daniel
Wheeler wrote:
> Hi,
>
> I'm having an installation issue building numpy 1.3.0 using python
> 2.6.2 which has been built in my local area in a non-standard place
> and was configured with --prefix=/users/wd15/usr/i686/4.0. When I run
> numpy's config ("pytho
Hi,
I'm having an installation issue building numpy 1.3.0 using python
2.6.2 which has been built in my local area in a non-standard place
and was configured with --prefix=/users/wd15/usr/i686/4.0. When I run
numpy's config ("python setup.py config") everything seems to be fine.
However, when I ru
cussion of Numerical Python
Subject: Re: [Numpy-discussion] Installation problem with Numpy 1.3 onWindows
AMD64
On Sat, May 30, 2009 at 8:02 AM, Dinesh B Vadhia
wrote:
> Hi! I just upgraded to Python 2.6.2 (from 2.5) on Windows AMD64 in order to
> use Numpy 1.3 for AMD64 and got the
On Sat, May 30, 2009 at 8:02 AM, Dinesh B Vadhia
wrote:
> Hi! I just upgraded to Python 2.6.2 (from 2.5) on Windows AMD64 in order to
> use Numpy 1.3 for AMD64 and got the following error:
>
> - pythonw.exe has stopped working
>
> Numpy was installed both per-machine and per-user but the error pe
Hi! I just upgraded to Python 2.6.2 (from 2.5) on Windows AMD64 in order to
use Numpy 1.3 for AMD64 and got the following error:
- pythonw.exe has stopped working
Numpy was installed both per-machine and per-user but the error persists.
Python 2.6.2 works without Numpy.
Any ideas?
Dinesh
Fri, 08 May 2009 11:45:51 +0400, Ilya A. Kozyreff kirjoitti:
> $ python setup.py install --prefix=/nethome/ia/usr/
>
> $ python -c 'import numpy; numpy.test()'
[clip]
> ImportError: No module named numpy
[clip]
> What I do wrong?
http://docs.python.org/install/index.html#modifying-python-s-search
From: Ilya A. Kozyreff [mailto:i...@jscc.ru]
Sent: Friday, May 08, 2009 11:16 AM
To: 'numpy-discussion@scipy.org'
Subject: Installation NumPy v.1.2.1 on Linux
Hi, all!
I try to install NumPy v.1.2.1 on Red Hat Linux as user like this:
$ python setup.py install --prefix=/nethome/i
Sorrywrong list.
On Sun, Nov 2, 2008 at 11:34 AM, T J <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm having trouble installing PyUblas 0.93.1 (same problems from the
> current git repository). I'm in ubuntu 8.04 with standard boost
> packages (1.34.1, I believe). Do you have any suggestions?
>
> T
: numpy-discussion@scipy.org
נושא: [Numpy-discussion] installation problem on Red Hat
dear members,
I'm very sorry to bother you with a (hopefully) simple problem...
I need pyhton and the numerical package to run another program.
I installed Python, it works fine. But I can't install
dear members,
I'm very sorry to bother you with a (hopefully) simple problem...
I need pyhton and the numerical package to run another program.
I installed Python, it works fine. But I can't install the numpy package. To
install the oder Numeric package was no problem, but I need the newer nump
On Sat, Oct 11, 2008 at 3:19 PM, Linda Seltzer wrote:
>
> I did not give permission to have the e-mail sent to the list.
> Please do not forawrd anyone's e-mail to a list without permission.
I must apologise for my error - I had honestly assumed your email had
been intended for the whole list. Th
On 10/11/2008 10:19 AM Linda Seltzer apparently wrote:
> Please do not forawrd anyone's e-mail to a list without
> permission.
I'm afraid that is a reversal of discussion list practice.
People on this list are not offering to participate in
private conversations. They are offering to participa
I did not give permission to have the e-mail sent to the list.
Please do not forawrd anyone's e-mail to a list without permission.
Also, kindly do not send an entire list a message falsely stating that
someone may be using code written by someone else.
I have been reading various tutorials on the I
On Sat, Oct 11, 2008 at 1:58 AM, Linda Seltzer
<[EMAIL PROTECTED]> wrote:
>
> I didn't know there was a difference between Numeric and numpy. Could
> someone please provide clear, detailed instructions for how to get
> *something* (numeric, numpy) to work so that I can get my work (matrices)
> don
Rober Kern wrote:
> Numeric is an old, obsolete package. numpy is the successor. You
> installed numpy, not Numeric. Unfortunately, there is no Python 2.5
> binary available for Numeric.
Actually, there is - but not from the numpy/Numeric/SciPy team as they
want to encourage people to move over to
On Fri, Oct 10, 2008 at 10:26 PM, Linda Seltzer
<[EMAIL PROTECTED]> wrote:
>
> Hello Group Members:
>
> Can someone please answer a question about installing Numerical Python and
> getting it to work. I downloaded the ... new file
> numpy-1.2.0-win32-superpack-python2.5 [.exe I assume?]
You have
On Fri, Oct 10, 2008 at 16:26, Linda Seltzer
<[EMAIL PROTECTED]> wrote:
> Hello Group Members:
>
> Can someone please answer a question about installing Numerical Python and
> getting it to work. I downloaded the files. They are in
> C:\Program Files\Python25
>
> I have the python code and also t
Hello Group Members:
Can someone please answer a question about installing Numerical Python and
getting it to work. I downloaded the files. They are in
C:\Program Files\Python25
I have the python code and also the new file
numpy-1.2.0-win32-superpack-python2.5
There is also a text file, numpy.
Hi Robert,
Attached is the complete output, below is what I believe is the relevant
area of interest:
compiling C sources
creating build\temp.win-amd64-2.6\Release\build
creating build\temp.win-amd64-2.6\Release\build\src.win-amd64-2.6
creating build\temp.win-amd64-2.6\Release\build\src.win-amd64
I have used the trail of Visual Studio 2008 (on full Server 2003) it
copmiles and runs well if you comment out the lines meantioned earlier on in
this thread.
I am planning to spend some time with the intel fortran compiler to try to
compile blas/lapack in the next few weeks. It is part of my curr
Gael Varoquaux wrote:
>
> I was just wondering, could we ask Microsoft for some help here. A build
> bot, or a Windows 64 license... They are helping porting the SAGE project
> to windows, so they do have interest in getting open source scientific
> software working on windows.
>
Windows 64 is
On Sat, May 31, 2008 at 12:01:10PM +0900, David Cournapeau wrote:
> On Fri, May 30, 2008 at 8:35 PM, Hanni Ali <[EMAIL PROTECTED]> wrote:
> > I would also like to see a 64bit build for windows as well if possible.
> Unfortunately, this is difficult: windows 64 is not commonly available
> (I don'
Charles R Harris wrote:
>
> It probably just grew to fix problems as they arose. It should be
> possible to test for every function and fall back to the double
> versions that are more reliably present. It would be nicer if all
> compilers tried to conform to recent standards, i.e., be less than
Robert Kern wrote:
>
>
> There are a lot of them. Feel free to add any additional tests you
> think are necessary, and we'll see how painful it is at build-time.
>
What would be acceptable ? I quickly tested on my macbook, on mac os X:
it takes ~ 2 seconds / 25 functions tests. If speed really
On Tue, Jun 3, 2008 at 8:49 PM, David Cournapeau <
[EMAIL PROTECTED]> wrote:
> Robert Kern wrote:
> >
> > The presence of these functions should have been detected by the
> > configuration process of numpy. HAVE_FREXPF and HAVE_LDEXPF would have
> > been #define'd if we had detected them correctly
On Tue, Jun 3, 2008 at 9:49 PM, David Cournapeau
<[EMAIL PROTECTED]> wrote:
> Robert Kern wrote:
>>
>> The presence of these functions should have been detected by the
>> configuration process of numpy. HAVE_FREXPF and HAVE_LDEXPF would have
>> been #define'd if we had detected them correctly. It i
Robert Kern wrote:
>
> The presence of these functions should have been detected by the
> configuration process of numpy. HAVE_FREXPF and HAVE_LDEXPF would have
> been #define'd if we had detected them correctly. It is possible that
> our configuration process for this does not work correctly with
On Tue, Jun 3, 2008 at 3:21 AM, Hanni Ali <[EMAIL PROTECTED]> wrote:
> Hi David,
>
> I compiled numpy with MSVC 9.0 (vs 2008), I am just using the inbuilt LA
> libs to minimise complexity.
>
> Although I have hacked it such that I can compile and all but one of the
> regression tests passed:
>
> ==
Hi David,
I compiled numpy with MSVC 9.0 (vs 2008), I am just using the inbuilt LA
libs to minimise complexity.
Although I have hacked it such that I can compile and all but one of the
regression tests passed:
==
ERROR: Tests re
Excellenm, thanks for clearing all that up.
How about numpy with 2.6, any issues?
Hanni
2008/6/2 David Cournapeau <[EMAIL PROTECTED]>:
> Hanni Ali wrote:
> >
> > Yes I had used the internal versions in the mean time, but I do want
> > to try to use the intel fortran compiler in all likelyhood.
Hanni Ali wrote:
>
> Yes I had used the internal versions in the mean time, but I do want
> to try to use the intel fortran compiler in all likelyhood.
Yes, people can try to build as they want, that's the beauty of open
source :) But for official distribution, I don't want to depend on non
f
Hi David,
> I can't build official binaries with VS: I don't have VS. Also, there is
> the problem of building the fortran dependencies (BLAS/LAPACK). I don't
> know if it is even possible to build ATLAS on windows x64. Even assuming
> we only use netlib BLAS/LAPACK, I still need a fortran comp
Hanni Ali wrote:
>
> I had managed to compile and install 1.04 with vs 2005 64 bit with a
> bit of hacking,
I can't build official binaries with VS: I don't have VS. Also, there is
the problem of building the fortran dependencies (BLAS/LAPACK). I don't
know if it is even possible to build ATL
Hi David,
> Unfortunately, this is difficult: windows 64 is not commonly available
> (I don't have any access to it personally, for example), and mingw is
> not available yet for windows 64 either.
I had managed to compile and install 1.04 with vs 2005 64 bit with a bit of
hacking, however it h
On Fri, May 30, 2008 at 8:35 PM, Hanni Ali <[EMAIL PROTECTED]> wrote:
> I would also like to see a 64bit build for windows as well if possible.
>
>
Unfortunately, this is difficult: windows 64 is not commonly available
(I don't have any access to it personally, for example), and mingw is
not avail
I would also like to see a 64bit build for windows as well if possible.
Hanni
2008/5/30 Peter Creasey <[EMAIL PROTECTED]>:
> 2008/5/30 Peter Creasey <[EMAIL PROTECTED]>:
> > Is numpy v1.1 going to come out in egg format?
> >
>
> Oops, I didn't mean to mail with an entire numpy digest in the body
2008/5/30 Peter Creasey <[EMAIL PROTECTED]>:
> Is numpy v1.1 going to come out in egg format?
>
Oops, I didn't mean to mail with an entire numpy digest in the body.
sorry,
Peter
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://project
Is numpy v1.1 going to come out in egg format?
I ask because I only see the superpack installers on the sourceforge
page, and we have users who we are delivering to via egg - requires.
thanks,
Peter
2008/5/23 <[EMAIL PROTECTED]>:
> Send Numpy-discussion mailing list submissions to
>n
A question was posted a week or so ago on the scipy list about
installing
Python/mpl/numpy/scipy/Ipython by David Arnold (both Windows and Mac).
He was interested in a simple install for students (and others that
are less computer-savy). We had a little off-list correspondence, but
thought to bring
2007/8/21, Vivian Tini <[EMAIL PROTECTED]>:
>
> Dear All,
>
> I am trying to install the package NumPy-1.0.3 on Linux x86_64 with Python
> version 2.4.2 and after using the standard installation command :
>
> python setup.py install
>
> I received the following error message:
> error: could not cre
Dear All,
I am trying to install the package NumPy-1.0.3 on Linux x86_64 with Python
version 2.4.2 and after using the standard installation command :
python setup.py install
I received the following error message:
error: could not create '/usr/local/lib64/python2.4/site-packages/numpy'
Travis Oliphant wrote:
If you don't care about using "vendor-specific math libraries" then it's
as easy as
python setup.py install
on linux and aix (it's also that easy on Windows if you have the right
compiler and/or configuration file set up).
If you care about vendor specific libraries,
Toon Knapen wrote:
>Hi all,
>
>Is there detailed info on the installation process available.
>
>I'm asking because in addition to installing numpy on linux-x86, I'm
>also trying to install numpy on aix-power and windows-x86. So before
>bombarding the ml with questions, I would like to get my han
Hi all,
Is there detailed info on the installation process available.
I'm asking because in addition to installing numpy on linux-x86, I'm
also trying to install numpy on aix-power and windows-x86. So before
bombarding the ml with questions, I would like to get my hands on all
doc available (I
Dear all,
I've recently installed the last releases of numpy and scipy (tar
archives from scipy.org).
I encountered two problems:
1) During the configuration it seems the information from my site.cfg
is not read.
2) Installation using atlas optimized lapack/blas libraries didn't work
1) My site
Hi!
I am trying to install Numpy 1.0.1 in a Linux Box (Suse Linux 10.1; gcc 4.1x).
I have done this successfully with previous versions up to 1.0b5. However, I
now run into problems.
It compiles and installs ok, but upon opening python and importing numpy it
hangs with an unresolved reference
On 12/8/06, Travis Oliphant <[EMAIL PROTECTED]> wrote:
Wei wrote:
>
> Hi,
>
> I just got my new intel core duo laptop. So I downloaded the new
> cygwin (including everything) but couldn't get the numarray or numpy
> modules installed correctly. I always got the following error. Can
> some one he
Wei wrote:
>
> Hi,
>
> I just got my new intel core duo laptop. So I downloaded the new
> cygwin (including everything) but couldn’t get the numarray or numpy
> modules installed correctly. I always got the following error. Can
> some one help?
>
> Many thanks!
>
> Wei
>
> python setup.py instal
Hi,
I just got my new intel core duo laptop. So I downloaded the new cygwin
(including everything) but couldn't get the numarray or numpy modules
installed correctly. I always got the following error. Can some one help?
Many thanks!
Wei
python setup.py install
Using EXTRA_COMPILE_A
66 matches
Mail list logo