slang-python icon indicating copy to clipboard operation
slang-python copied to clipboard

Slang fails to find python312.lib on windows

Open cshenton-work opened this issue 1 year ago • 1 comments

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.

cshenton-work avatar Feb 13 '24 20:02 cshenton-work