Help with Windows build of CSP #372
AdamGlustein
started this conversation in
General
Replies: 1 comment
-
|
Hi Adam. Have you tried to feed this to chatgpt? It's very effective in solving such issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 buildtoo), 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
msvccompiler?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