Skip to content

PyRFC versions < 3.1 fail to build from source with Cython 3 #332

@bsrdjan

Description

@bsrdjan

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

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions