32bit install on 64bit system

P

Peter Hartmann

Hello,
I could really use some help. I'm trying to install a python program
on centos4 x86_64. When I run 'python setup.py' it ends up in
/usr/lib64/python2.3/site-packages/ instead of
/usr/lib/python2.3/site-packages. It's a problem because the program
I'm trying to install is a dependency for something that is only
32bit. How can I specify a 32bit install? What I've tried so far:
When I try 'python setup.py build --build-lib
/usr/lib/python2.3/site-packages' and 'python setup.py install
--install-lib /usr/lib/python2.3/site-packages', it installs the 64bit
version into the 32bit library. Can anyone help me?

Thanks,
Peter
 
C

Christophe

Peter Hartmann a écrit :
Hello,
I could really use some help. I'm trying to install a python program
on centos4 x86_64. When I run 'python setup.py' it ends up in
/usr/lib64/python2.3/site-packages/ instead of
/usr/lib/python2.3/site-packages. It's a problem because the program
I'm trying to install is a dependency for something that is only
32bit. How can I specify a 32bit install? What I've tried so far:
When I try 'python setup.py build --build-lib
/usr/lib/python2.3/site-packages' and 'python setup.py install
--install-lib /usr/lib/python2.3/site-packages', it installs the 64bit
version into the 32bit library. Can anyone help me?

Try using the 32bit version of python to run setup.py
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top