<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to install Pandas and numpy in HP UX server with python 2.7.16 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-pandas-and-numpy-in-hp-ux-server-with-python-2-7/m-p/7072208#M495843</link>
    <description>&lt;P&gt;I know nothing about Python, PIP or numpy, but the fact that the package you are trying to download contains the description "x86_64" and the error message states "Bad object file type" tells me you are probably trying to download the x86 binaries for numpy, which are never going to work on HP-UX! Looking at available file types in the download section for numpy:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pypi.org/project/numpy/1.14.6/#files" target="_blank"&gt;https://pypi.org/project/numpy/1.14.6/#files&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I don't see HP-UX/IA64 binaries.&lt;/P&gt;&lt;P&gt;So I think you'll need to download the source and compile that (ther source is available as a zip file at the bottom of that page I posted the link for above).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no idea how you compile numpy, but I am sure there instructions in the download packet,&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2019 08:37:03 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2019-12-09T08:37:03Z</dc:date>
    <item>
      <title>How to install Pandas and numpy in HP UX server with python 2.7.16</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-pandas-and-numpy-in-hp-ux-server-with-python-2-7/m-p/7071927#M495842</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have installed python 2.7.16 from&amp;nbsp;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Languages/python-2.7.16/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Languages/python-2.7.16/&lt;/A&gt;&amp;nbsp; in &lt;SPAN&gt;HP-UX uat B.11.31 U ia64 1391773562&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;PIP and setup tools have been installed from&amp;nbsp;&lt;A href="https://pypi.org/" target="_blank"&gt;https://pypi.org/&lt;/A&gt;&amp;nbsp;site .&lt;/P&gt;&lt;P&gt;But when I am going to install numpy using pip install / python setup.py install I am getting below error&lt;/P&gt;&lt;P&gt;If I am installing using pip install numpy-1.14.6-cp27-cp27m-manylinux1_x86_64.whl then numpy got installed but during importing I am getting issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; import numpy&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;File "myapppython_installed_packages/lib/python2.7/site-packages/numpy/__init__.py", line 180, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;from . import add_newdocs&lt;/P&gt;&lt;P&gt;File "myapppython_installed_packages/lib/python2.7/site-packages/numpy/add_newdocs.py", line 13, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;from numpy.lib import add_newdoc&lt;/P&gt;&lt;P&gt;File "myapppython_installed_packages/lib/python2.7/site-packages/numpy/lib/__init__.py", line 8, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;from .type_check import *&lt;/P&gt;&lt;P&gt;File "myapppython_installed_packages/lib/python2.7/site-packages/numpy/lib/type_check.py", line 11, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;import numpy.core.numeric as _nx&lt;/P&gt;&lt;P&gt;File "myapppython_installed_packages/lib/python2.7/site-packages/numpy/core/__init__.py", line 14, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;from . import multiarray&lt;/P&gt;&lt;P&gt;ImportError: 'myapppython_installed_packages/lib/python2.7/site-packages/numpy/core/multiarray.so' is not a valid load module: Bad object file type&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I am installing using zip file : pip install numpy-1.14.6.zip then got below error&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;File "numpy/core/setup.py", line 665, in get_mathlib_info&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; raise RuntimeError("Broken toolchain: cannot link a simple C program")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; RuntimeError: Broken toolchain: cannot link a simple C program&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kindly suugest if any one has installed numpy in python 2.7 in hp unix.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Dec 2019 14:49:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-pandas-and-numpy-in-hp-ux-server-with-python-2-7/m-p/7071927#M495842</guid>
      <dc:creator>Satyaban_dhoba</dc:creator>
      <dc:date>2019-12-05T14:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to install Pandas and numpy in HP UX server with python 2.7.16</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-pandas-and-numpy-in-hp-ux-server-with-python-2-7/m-p/7072208#M495843</link>
      <description>&lt;P&gt;I know nothing about Python, PIP or numpy, but the fact that the package you are trying to download contains the description "x86_64" and the error message states "Bad object file type" tells me you are probably trying to download the x86 binaries for numpy, which are never going to work on HP-UX! Looking at available file types in the download section for numpy:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pypi.org/project/numpy/1.14.6/#files" target="_blank"&gt;https://pypi.org/project/numpy/1.14.6/#files&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I don't see HP-UX/IA64 binaries.&lt;/P&gt;&lt;P&gt;So I think you'll need to download the source and compile that (ther source is available as a zip file at the bottom of that page I posted the link for above).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no idea how you compile numpy, but I am sure there instructions in the download packet,&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 08:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-install-pandas-and-numpy-in-hp-ux-server-with-python-2-7/m-p/7072208#M495843</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2019-12-09T08:37:03Z</dc:date>
    </item>
  </channel>
</rss>

