Skip to content
Discussion options

You must be logged in to vote

I think I found the solution:

    1. Open x64 Native Tools Command Promt for VS 2022.
    1. Input cl and we can get the version of Microsoft C/C++ Optimizing Compiler Version:
    1. Input conan profile show and we can get compiler version that conan uses when building:
    1. Make sure the two versions are able to match. In my case, the first number after "19" of their version are both "4".
    1. Delete the folder 'dist3' under the installation directory.
    1. Activate venv environment in x64 Native Tools Command Promt for VS 2022
    1. Input python conanfile.py again.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TomHedwig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant