Windows 11
Python 3.12.2 with installer
Slangpy 1.1.22
When attempting to run the example square.slang kernel, a compilation error:
LINK : fatal error LNK1104: cannot open file 'python312.lib'
ninja: build stopped: subcommand failed.
How can I point your build system towards my python312.lib at ~\AppData\Local\Programs\Python\Python312\libs? I've set a LIB environment variable but that doesn't seem to remedy it.
Windows 11 Python 3.12.2 with installer Slangpy 1.1.22
When attempting to run the example square.slang kernel, a compilation error:
How can I point your build system towards my python312.lib at
~\AppData\Local\Programs\Python\Python312\libs
? I've set a LIB environment variable but that doesn't seem to remedy it.