Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
I am trying to install
econml
via
pip install econml
.
However I get the following error message:
ERROR: Failed building wheel for shap Running setup.py clean for
shap Failed to build econml shap ERROR: Could not build wheels for
econml, which is required to install pyproject.toml-based projects
Does anyone know what I should do?
Than if you have
still
issue
Try
to use this
command
to resolve this issue:
pip install --upgrade pip setuptools wheel
OR second option:
pip install setuptools --upgrade
If you have any doubts check the project description, github docs or official docs.
–
–
–
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.