Skip to content
Discussion options

You must be logged in to vote

Hi @lgiammattei! I'm Dosu and I'm helping the Apache Superset team.

The root cause of your error is that numpy 2.2.6 is being compiled from source on your machine, and its Meson-based build system can't find a C compiler. The error Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ...] confirms no compatible C toolchain is installed. This happens because pre-built numpy wheels for Python 3.14 on Windows likely don't exist yet, so pip falls back to building from source.

Two important things to note:

  1. Windows is not officially supported. The Superset docs state: "Superset does not have official support for Windows." [1]. You will likely encounter further issues even if you get past …

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lgiammattei
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install:dependencies Installation - Dependencies #bug Bug report windows review:checkpoint Last PR reviewed during the daily review standup
2 participants
Converted from issue

This discussion was converted from issue #43452 on August 24, 2026 17:25.