Bug #3625
closedwxPython not in CentOS 6.7 yum repository
0%
Description
Need the new package name to fix centosAutoinstallation.py and instruction in wiki
Updated by Sargis Dallakyan about 9 years ago
- Status changed from Assigned to In Test
- Assignee changed from Sargis Dallakyan to Anchi Cheng
wxPython is EPEL repository and last time I run centosAutoinstallation.py it downloaded and installed EPEL and wxPython. I tested it on fly server that is running CentOS 6.7. For the wiki we have the following pages:
http://emg.nysbc.org/projects/appion/wiki/Download_additional_Software_%28CentOS_Specific%29
http://emg.nysbc.org/projects/appion/wiki/Install_supporting_packages
Updated by Anchi Cheng about 9 years ago
- Assignee changed from Anchi Cheng to Carl Negro
Carl,
Please investigate why emgproc01 did not have wxPython installed. One possibility is that it uses Centos 6.7 but the autoinstallation assumes 6.8. See if you can find a way to resolve this problem for future users, either manually (i.e. user entering the os version) or automatically. Need this before 3.2 release. Thanks.
Updated by Carl Negro about 9 years ago
I installed CentOS 6.6 on emgproc01, emgproc02, and emgproc03 and ran 'yum update' to bring the operating system to version 6.7. Although wxPython is listed in the CentOS 6.7 repository, I still had to run 'yum install wxPython' as wxPython would not install automatically after 'yum update' again. I ran
sudo yum -y install \ python-tools python-devel python-matplotlib \ subversion ImageMagick grace gnuplot \ wxPython numpy scipy python-imaging \ gcc-gfortran compat-gcc-34-g77 \ gcc-objc fftw3-devel gsl-devel \ mysql mysql-server MySQL-python \ httpd php php-mysql phpMyAdmin \ gcc-c++ openmpi-devel libtiff-devel \ php-devel gd-devel re2c fftw3-devel php-gd \ xorg-x11-server-Xvfb netpbm-progs \ libssh2-devel
from the appion complete installation page so we should have all the proper libraries now on these machines.
Updated by Anchi Cheng about 9 years ago
- Status changed from In Test to Won't Fix or Won't Do
Problem was related to CetOS upgrade from 6.6 to 6.7 not keeping EPEL. Won't be a problem on new installation using autoinstaller.