After Cython 3.0 released last week, older PyRFC versions fail to pip install on Linux systems and build from source. To fix the issue upgrade PyRFC to latest version. PyRFC versions prior to 3.1 require Cython 0.29 for build from source, for example ```shell pip install 'Cython<3' pip install pyrfc==2.4.1 ``` Recommended solution is using the latest PyRFC version, or Cython < 3, if PyRFC version < 3.1 required.