cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HANA XSA Python application deployment. Issue when using Python packages.

Former Member
0 Likes
347

I am not able to deploy the application to XSA python runtime. It seems the packages of python are not working on HANA XSA.
I am using POWERPC: ppc64le arch. So when pip downloading the pandas wheel (.whl) file to vendor folder. The application fails during deployment-staging process.

Below is error it gives:

OUT Could not find a version that satisfies the requirement pandas==1.0.4 (from -r /hana/shared/EHS/xs/app_working/stager/stager-ehsxsa/work/a71ea3c2-728c-47 f6-a23d-e64a1fc4db6d-38/droplet/app/requirements.txt (line 2)) (from versions: )

ERR No matching distribution found for pandas==1.0.4 (from -r /hana/shared/EHS/xs/app_working/stager/stager-ehsxsa/work/a71ea3c2-728c-47 f6-a23d-e64a1fc4db6d-38/droplet/app/requirements.txt (line 2))

OUT Compile: failed, error: Installing dependencies failed, pip install returned code 1

Accepted Solutions (0)

Answers (1)

Answers (1)

vivek_vk_83
Explorer
0 Likes

Hi Saurabh,

I came across couple of posts related to your issue, Please check them

https://blogs.sap.com/2018/06/15/getting-started-with-python-on-sap-hana-xsa/

https://blogs.sap.com/2018/06/17/connecting-python-application-to-sap-hana-xsa/

https://www.youtube.com/watch?v=5Wm_0b73NJY&feature=youtu.be

https://github.com/saphanaacademy/python

Maybe you would have checked these already, just would want to know if your issue still persists.

Thanks,

Vivek