Help with Windows build of CSP #372
AdamGlustein
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking for some help in getting the CSP Windows build working for local development. I have installed Visual Studio 2022 with msvc version 19.41.34123.
I verified the installation worked and added msvc to my PATH. I am trying to build from a Developer Powershell inside VS. When I run
cl
, I see that the compiler is in the PATH and recognized by the shell.However, when I try to build using
make build-conda
(ormake build
too), I get the following error:I am wondering why the build process is looking for Visual Studio 2017? Is there a configuration I am missing to get it to the point to the right
msvc
compiler?To set up my dev environment, I followed the steps here https://github.com/Point72/csp/wiki/Build-CSP-from-Source#building-with-conda-on-linux. Are there extra steps needed for Windows?
Thanks
Adam
Beta Was this translation helpful? Give feedback.
All reactions