-
Notifications
You must be signed in to change notification settings - Fork 42
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
3.5.0 does not build due to LNK2001 in CPyCppyy 1.13.0 #282
Comments
Since it is only missing that one method that was added recently to the public API of cppyy-backend, I suspect the installation script is somehow linking with an older version. I suspect this path What To make progress, please install the dependencies one by one with individual pip commands. That guarantees that even when the run-time environment path somehow makes it into the build environment, that the correct version is picked up:
Alternatively, uninstalling the prior version of |
Same error here, even using the individual pip commands suggested. VS2022. |
I have an idea of what it may be. Could you run:
and let me know if it makes any difference? |
It does! These commands run successfully and so does |
As in the title. I tried compiling it with VS2017 and 2022 on Win11, but it fails with the following error:
3.1.2 with CPyCppyy 1.12.16 builds without an issue both VS17 and 2022. Tried with the following tooling:
The text was updated successfully, but these errors were encountered: