Installing NumPy on ISeries using Yum

Issue #18 resolved
Akash Bajpai created an issue

Hi,

I have installed Yum along with its developer tools on ISeries. I have installed python 3 as well as GCC.

However, I am facing the below error while installing Python-numpy package.

Any help on the below?

**
yum install python3-numpy
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package python3-numpy.ppc64 0:1.14.2-8 will be installed
--> Processing Dependency: lib:/QOpenSys/pkgs/lib/libgfortran.so.3(shr_64.o)(ppc64) for package: python3-numpy-1.14.2-8.ppc64
--> Running transaction check
---> Package libgfortran3.ppc64 0:6.3.0-19 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
 Package                 Arch            Version            Repository     Size
================================================================================
Installing:
 python3-numpy           ppc64           1.14.2-8           ibm           7.0 M
Installing for dependencies:
 libgfortran3            ppc64           6.3.0-19           ibm           1.0 M
Transaction Summary
================================================================================
Install       2 Packages
Total download size: 8.0 M
Installed size: 33 M
Is this ok [y/N]:
y
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           190 MB/s | 8.0 MB     00:00
Running Transaction Check
Running Transaction Test
Transaction Check Error:
  ****package** **python3-numpy-1.14.2-8.ppc64 is intended for a different operating system
Error Summary
-------------****************

Comments (6)

  1. Kevin Adler

    What version of the operating system are you running? python3-numpy requires IBM i 7.2 or higher.

  2. Kevin Adler

    The IBM rpm repository is only supported at 7.2 and up, though many rpms are built at 7.1 and may work. In this case, there really isn't any workaround. The rpm is built at 7.2 and won't work on prior releases.

  3. Log in to comment