Skip to content
Discussion options

You must be logged in to vote

Aha, turns out this is caused by a combination of things:

  1. A custom build_ext command class that derives from Cython.Distutils.build_ext.build_ext instead of setuptools.command.build_ext.build_ext.
  2. An optional extension (with ext.optional = True) failing to build.

Problem 1 is an easy fix (just replace the base class), but I don't understand 2...

Edit: problem 2 was also present in older setuptools. Raised as #3510.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dionhaefner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant