Deepak Deep
Deepak Deep

Reputation: 11

Error while installing pip install apache-superset

TypeError: CCompiler_spawn() got an unexpected keyword argument 'env'
        [end of output]

        note: This error originates from a subprocess, and is likely not a problem with pip.
      error: metadata-generation-failed

      Encountered error while generating package metadata.

      See above for output.

      note: This is an issue with the package mentioned above, not pip.
      hint: See above for details.
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

Upvotes: 0

Views: 2244

Answers (2)

timy kurian
timy kurian

Reputation: 51

Apache superset - Mac 12.7.5 works with Python 3.8 but not with python 3.12.4

Upvotes: 0

jvllmr
jvllmr

Reputation: 506

I got the same error when using Python 3.10. Apache-Superset currently only supports Python 3.8 and 3.9: https://pypi.org/project/apache-superset/

Upvotes: 4

Related Questions