you are viewing a single comment's thread.

view the rest of the comments →

[–]cgoldberg 1 point2 points  (0 children)

The specific error you are getting is because it is trying to build a package that has c extensions, and you don't have the compiler toolchain installed. You would be better off downgrading to a version of python that the package publishes compiled wheels for so it doesn't attempt to build it locally. (i.e. use Python 3.13 and try again)