Closed maltejanssen closed 4 years ago
Sorry, just saw the requirements further down the readme. Will try to install properly.
Okay, I have tried with Python 2.7 now, but the problem somehow persists. I really don't understand why nothing provides /usr/bin/python, because it is installed for sure.
[root@pbfile07 bin]# ls -l | grep python
lrwxrwxrwx 1 root root 9 Dec 9 15:31 python -> python2.7
lrwxrwxrwx 1 root root 9 Oct 8 23:08 python2 -> python2.7
-rwxr-xr-x 1 root root 9264 Oct 8 23:08 python2.7
-rwxr-xr-x 1 root root 1846 Oct 8 23:08 python2.7-config
lrwxrwxrwx 1 root root 16 Oct 8 23:08 python2-config -> python2.7-config
lrwxrwxrwx 1 root root 25 Dec 9 15:22 python3 -> /etc/alternatives/python3
lrwxrwxrwx 1 root root 31 Jun 22 17:20 python3.6 -> /usr/libexec/platform-python3.6
lrwxrwxrwx 1 root root 17 Jun 22 17:20 python3.6-config -> python3.6m-config
Numpy is also installed:
[root@pbfile07 bin]# python -m pip install numpy
WARNING: Running pip install with root privileges is generally not a good idea. Try `__main__.py install --user` instead.
Requirement already satisfied: numpy in /usr/lib64/python2.7/site-packages
Could it have anything to do with using Cent OS 8 intead of 7?
Setupproctitle, which is not found in the first error, is like all python packages installed via pip btw, since there is no yum version for CentOS 8. Could that maybe be an issue?
I have read a bit about yum and linux. Sorry I am a noob when it comes to linux and new to CentOS. The problem is indeed due to me trying to install packages for a different os (CentOS 7 vs8).
Hi, I tried to install your packages on CentOS 8.
I got the following output:
My /usr/bin folder looks the following:
Any ideas what is wrong with my setup?