Which installation package to download for HPUX UNIX

15 views
Skip to first unread message

Russell Werth

unread,
Jul 26, 2024, 10:45:41 AM7/26/24
to python-cffi
Which installation package to download for HPUX UNIX on AIX platform?

Thank you.

Armin Rigo

unread,
Jul 26, 2024, 11:12:40 AM7/26/24
to pytho...@googlegroups.com
Hi,

On Fri, 26 Jul 2024 at 16:45, Russell Werth
<russell.werth.p...@gmail.com> wrote:
> Which installation package to download for HPUX UNIX on AIX platform?

The source package, which you compile yourself. Like many other
packages, CFFI is only precompiled for the most common platforms, not
HPUX on AIX.


Armin Rigo

Russell Werth

unread,
Jul 26, 2024, 12:15:10 PM7/26/24
to python-cffi
Thanks so much Armin, are the instructions for compiling in the source download?

Russ

Armin Rigo

unread,
Jul 26, 2024, 12:19:50 PM7/26/24
to pytho...@googlegroups.com
Hi Russ,

On Fri, 26 Jul 2024 at 18:15, Russell Werth
<russell.werth.p...@gmail.com> wrote:
> Thanks so much Armin, are the instructions for compiling in the source download?

Like most other Python packages, try this first:

pip install cffi

If this doesn't work, download CFFI and try this:

cd directory-where-you-extracted-it
python setup.py install

If the C compiler fails at the line ``#include "ffi.h"``, you need to
install the source code of the C package "libffi" first.


Armin Rigo

Russell Werth

unread,
Jul 26, 2024, 12:40:33 PM7/26/24
to python-cffi
Thank you again Armin.

I will proceed with that approach...

I will open another message on this question, but maybe you can assist.

The HPUX servers are not able to connect with PYPI to retrieve modules.  We have verified using CURL that the network path is viable.
What is the correct syntax for incorporating SSL Certificates into the PIP command.?

Armin Rigo

unread,
Jul 26, 2024, 12:42:34 PM7/26/24
to pytho...@googlegroups.com
Hi Ross,

On Fri, 26 Jul 2024 at 18:40, Russell Werth
<russell.werth.p...@gmail.com> wrote:
> The HPUX servers are not able to connect with PYPI to retrieve modules. We have verified using CURL that the network path is viable.
> What is the correct syntax for incorporating SSL Certificates into the PIP command.?

I have no idea, sorry. My own conclusion would be "pip doesn't work"
and I'd proceed along with the other installation option I gave.


Armin Rigo

Russell Werth

unread,
Jul 27, 2024, 5:11:17 PM7/27/24
to python-cffi
Totally agree Armin, we will proceed with the manual downloads for now.  Have a great weekend.
Reply all
Reply to author
Forward
0 new messages