Installation

41 views
Skip to first unread message

Raphael Okoye

unread,
Mar 29, 2014, 11:58:14 AM3/29/14
to pyamg...@googlegroups.com
Hi all,

 I tried installing this using the help via this site http://www.control-escape.com/linux/lx-swinstall-tar.html but after unpacking, when I do the ./configure command I get the following message
okoye@Raphael-Notebook:~/Documents/python$ ./configure
bash: ./configure: No such file or directory
okoye@Raphael-Notebook:~/Documents/python$


please what could be the problem?
Thank you  as I look forward to hearing from you.

Regards,
Raphael.
pyamg-master.zip

Jacob Schroder

unread,
Mar 29, 2014, 1:02:40 PM3/29/14
to pyamg...@googlegroups.com
Hi Raphael,

Configure and make are utilities usually used to configure and compile
programs in languages like C, C++ and Fortran. In python, the typical
commands are
$ python setup.py build
$ python setup.py install

We have a little more detail here,
https://github.com/pyamg/pyamg/wiki/Installing

Note that you'll have to have some other packages installed (via your
package manager) like Scipy and Numpy.

Hope this helps,

Jacob
> --
> You received this message because you are subscribed to the Google Groups
> "pyamg-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pyamg-user+...@googlegroups.com.
> To post to this group, send email to pyamg...@googlegroups.com.
> Visit this group at http://groups.google.com/group/pyamg-user.
> For more options, visit https://groups.google.com/d/optout.

luksh...@gmail.com

unread,
Mar 29, 2014, 1:04:39 PM3/29/14
to pyamg...@googlegroups.com
Hi,

pyamg is installed the python way. :-)

It seems you have downloaded the zip archive from github. Take a look at
the INSTALL.txt. For more detailed information, see, for example,

http://docs.python.org/2.7/install/index.html

Regards,
ST
--


Reply all
Reply to author
Forward
0 new messages