SAP / PyRFC

Asynchronous, non-blocking SAP NW RFC SDK bindings for Python
http://sap.github.io/PyRFC
Apache License 2.0
500 stars 132 forks source link

"pip install pyrfc" does not work in Debian GNU/Linux #313

Closed IssacH closed 1 year ago

IssacH commented 1 year ago

Describe the bug We have a jenkins testing pipeline to install pyrfc in a docker container. And we noticed the installation failed after running "pip install pyrfc" with version 2.8.0. It could not be reproduced in pyrfc previous versions

To Reproduce

  1. docker pull di-qa-docker-public.int.repositories.cloud.sap/di-qa-python
  2. docker run --entrypoint /bin/bash -it <image-name>
  3. Inside the container, execute pip install pyrfc

Screenshots image

Environment

PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
bsrdjan commented 1 year ago

It was an issue in Linux installation configuration, fixed now in 2.8.1 version.