Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #96179

Python 3.3 couldnt find its libraries.

Newsgroups comp.lang.python
Date 2015-09-09 02:37 -0700
Message-ID <f85d7e4a-6ab0-4792-bef5-e997e4ab9452@googlegroups.com> (permalink)
Subject Python 3.3 couldnt find its libraries.
From Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com>

Show all headers | View raw


[root@superhost ~]# find / -name python
/usr/share/gcc-4.8.2/python
/usr/bin/python
/root/python
/opt/rh/python33/root/usr/bin/python

[root@superhost ~]# /usr/bin/python -V
Python 2.7.5

[root@superhost ~]# /opt/rh/python33/root/usr/bin/python -V
/opt/rh/python33/root/usr/bin/python: error while loading shared libraries: libpython3.3m.so.1.0: cannot open shared object file: No such file or directory
[root@superhost ~]# 


I followed this artcile to install python 3.3 as an rpm package on my fresh centos system 

https://devops.profitbricks.com/tutorials/install-python-3-in-centos-7/

but his gives me the above error about not finding its libraries.


can you help please?

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Python 3.3 couldnt find its libraries. Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> - 2015-09-09 02:37 -0700
  Re: Python 3.3 couldnt find its libraries. Steven D'Aprano <steve@pearwood.info> - 2015-09-10 03:36 +1000
    Re: Python 3.3 couldnt find its libraries. Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> - 2015-09-09 13:19 -0700
    Re: Python 3.3 couldnt find its libraries. Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> - 2015-09-09 13:46 -0700
    Re: Python 3.3 couldnt find its libraries. Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> - 2015-09-09 13:49 -0700

csiph-web