thegooglecodearchive / mpmath

Automatically exported from code.google.com/p/mpmath
Other
0 stars 0 forks source link

can't install mpmath with 64bit python on windows? #197

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install python 2.6.5 amd64 or 2.7 amd64
2. can't find 64bit python installation when installing mpmath-0.15.win32.exe 

What is the expected output? What do you see instead?
installation no go! please help. not that I don't like 32bit but everything 
else I use are all for python 64bit.

What version of the product are you using? On what operating system?
python 2.6.5 amd64 on win7 64 ultimate

Please provide any additional information below.

Original issue reported on code.google.com by yinyant...@gmail.com on 21 Jul 2010 at 5:53

GoogleCodeExporter commented 9 years ago
Installing from source should work fine.

I had this problem too when testing Python on 64bit Windows a while back. I 
don't personally know how to build a 64bit compatible installer, unfortunately 
(maybe I can figure it out).

Original comment by fredrik....@gmail.com on 22 Jul 2010 at 9:03

GoogleCodeExporter commented 9 years ago
You could try to download the source on a 64-bit Windows system and run 'python 
setup.py bdist_wininst'. Then we could provide an installer for win64.

Anyway, installing from source with 'python setup.py install' should be the 
easiest way.

Original comment by Vinzent.Steinberg@gmail.com on 24 Aug 2010 at 11:30

GoogleCodeExporter commented 9 years ago
I have access to a 64bit Windows system now, so I should be able to do that for 
future releases.

Original comment by fredrik....@gmail.com on 24 Aug 2010 at 11:48

GoogleCodeExporter commented 9 years ago
I created an msi installer (still 32 bit) instead of an exe for 0.16. Will this 
help? Otherwise, I can create and upload an amd64 msi as well.

Original comment by fredrik....@gmail.com on 24 Sep 2010 at 3:25