SAP / PyRFC

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

Wheel for Linux and ARM64 #324

Closed titovanton closed 1 year ago

titovanton commented 1 year ago

Hello, I'm using Docker on Mac OS with M1 CPU. Would be nice to have a wheel for this kind of setup. Thanks.

bsrdjan commented 1 year ago

Hello Anton, amd64 wheel can be used also in docker on M1. Just run the container for amd64 platform, like here https://github.com/SAP/fundamental-tools/blob/main/docker/ubuntu-qa.Dockerfile#L9 Would that work for you? Linux binary wheels are generally not recommended and build from source is the only installation guaranteed to work on Linux Best regards, Srdjan

titovanton commented 1 year ago

https://github.com/SAP/fundamental-tools/blob/main/docker/ubuntu-qa.Dockerfile#L9

Thank you!