wangtongada / gmpy

Automatically exported from code.google.com/p/gmpy
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Cannot install gmpy2, "requires libraries" #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. python3 ./setup.py build
2.
3.

What is the expected output? What do you see instead?
Expect to see build output.  Instead only the cryptic (and misspelled) error 
message:

   GMPY2 can not find the requires libraries.

What version of the product are you using? On what operating system?
gmpy2-2.0.0b3
uname -a
Linux tang 2.6.32-279.11.1.el6.i686 #1 SMP Tue Oct 16 14:40:53 UTC 2012 i686 
i686 i386 GNU/Linux
(CentOS release 6.3 (Final))

Please provide any additional information below.
Cannot find any information about what libraries are required.  The README file 
included has no information about prerequisites other than GMP (which is 
installed, including the -devel package; I installed gmpy successfully but 
cannot make any progress on gmpy2)

Original issue reported on code.google.com by baldwinn...@gmail.com on 4 Jan 2013 at 2:08

GoogleCodeExporter commented 8 years ago
gmpy2 requires recent versions of GMP, MPFR, and MPC. Detailed instructions can 
be found at:

https://gmpy2.readthedocs.org/en/latest/intro.html#installing-gmpy2-on-unix-linu
x

Please let me know if the instructions aren't clear.

I will update the README file to reflect the new build process and improve the 
error message in setup.py.

Original comment by casevh on 4 Jan 2013 at 2:22

GoogleCodeExporter commented 8 years ago
beta 4 has been released and includes the improved error messages.

Original comment by casevh on 19 Feb 2013 at 2:13