I faced this error when trying to install RuleXAI on a Windows 11 System with Python 3.10.8 using the pip installer.
The build process fails at this step:
building library "npymath" sources
` 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`
What could be the issue?