Page 3 of 3

Re: ncpa for s390x cpu structure

Posted: Tue Dec 07, 2021 9:46 pm
by sacom01
Hi Benjamin,
We have successfully installed the NCPA with your python2.7 by downgrading some packages:
1. MarkupSafe to 0.23
2. packaging to 20.9

Because we cannot use pip to install automatically modules for python, can we have a list of all packages and their dependent packages, also the supported and newest versions.

And one more thing, is there a version of NCPA that is written in python3 ?

Re: ncpa for s390x cpu structure

Posted: Wed Dec 08, 2021 11:26 am
by benjaminsmith
Hi,
Because we cannot use pip to install automatically modules for python, can we have a list of all packages and their dependent packages, also the supported and newest versions?
In the build folder on GitHub there are 2 requirements files.
Require.txt
psutil
requests
Jinja2
flask==0.10.1
werkzeug==0.16.1
docutils
pyOpenSSL
cryptography
gevent==1.2.2
gevent-websocket
cffi
appdirs
packaging
kafka
Require.dep.txt - Dependencies
psutil
requests
Jinja2
flask==0.10.1
werkzeug==0.16.1
docutils
pyOpenSSL==19.1
cryptography==2.8
gevent==1.2.2
gevent-websocket
cffi
appdirs
packaging
kafka
Let know if that helps or if you more questions on that.

As far as a python3 version, we are working on that right now and making good progress. However, I don't a firm ETA.

Regards,
Benjamin