Installation #302
-
Having trouble with the installation. The first question I have whether it is supposed to be called with python2 or python3. Under both versions, I am getting an error when trying to install Python 2 output: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Not every combination of Python version and pyrfc version works. If you're running Python 3.7+, you should be able to use the latest pyrfc (2.7.1) But judging from the error message you posted, it seems your Python 3 does not support f-strings, so it's probably Python 3.5 or older. You will have to browse the older pyrfc releases, e.g. https://github.com/SAP/PyRFC/releases/tag/1.9.4 to see whats working for you. |
Beta Was this translation helpful? Give feedback.
-
Hello @bockwurstballade, which Python 3 version are you using and on which platform? Python 2 is not supported and supported Python 3 versions are listed here: https://github.com/SAP/PyRFC/blob/main/setup.py#L209 |
Beta Was this translation helpful? Give feedback.
Hello @bockwurstballade,
which Python 3 version are you using and on which platform? Python 2 is not supported and supported Python 3 versions are listed here: https://github.com/SAP/PyRFC/blob/main/setup.py#L209