-
Notifications
You must be signed in to change notification settings - Fork 785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install fails on pyton 3.11, command 'cl.exe' failed: None, cannot build wheels for causalml #665
Comments
Can you try to install the latest version from the repo by following the instructions in README.md?
|
It seems that you don't have
|
The installation succeeded after uninstalling and re-installing my:
Important note:
needed visual studio 2019 build tools to be successful. I ran into "The system cannot find the path specified." errors when I tried installing with the 2022 developer command prompt. It was looking for files specifically inside the "2019" folder. Installing Build Tools for Visual Studio 2019:
Installing miniconda:
|
Thanks, @priya-velu5, for sharing this. This will help other Windows users greatly. @ras44, can you try this and update #678 accordingly? Thanks. |
*pip install fails. Please update the documentation with requirements.txt file location as casualml/docs
To Reproduce
$ git clone https://github.com/uber/causalml.git
$ cd causalml
$ pip install -r requirements.txt
$ pip install causalml
Expected behavior
causalml installed
Snippet of the output
Environment:
The text was updated successfully, but these errors were encountered: