-
Notifications
You must be signed in to change notification settings - Fork 990
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
[question] The imported project "...\conan_eigen.props" was not found #15334
Comments
Hi @sinall A bit more of detail would be needed to know what is happening:
Many thanks! |
@memsharded Let me know if this is enough. I think maybe it is related with The Conan version (2.0)
The command you are using (likely conan install, but just in case, with the arguments)
The full command output The list of all generated files inside the generators folder |
A couple of quick notes:
Looking forward your output and list of generated files |
I have lots of dependencies, only the 'opencv' dependency has this problem. The issue is that conandoesn't generate conan_eigen.props' but opencv related props refers to this file. output log is too big, see attachment. generated files:
|
The link seems incorrect, it is linking the issue itself, not an attachment, could you please try again? I am thinking this seems a bug in MSBuildDeps generator, not handling correctly the transitive skipped binaries, but it would be great to have the full output to validate it. |
@memsharded The attachment is fixed. |
@memsharded |
It seems your log is truncated, it is missing the initial part. I am interested in the graph computation and information from the |
This should be fixed by #15626, to be in next 2.1 release. Thanks! |
What is your question?
I'm using
generators = "MSBuildDeps"
inconanfile.py
.But there is error:
error : The imported project "...\conan_eigen.props" was not found. Confirm that the expression in the Import declaration "conan_eigen.props" is correct, and that the file exists on disk. ...\conan_opencv_opencv_core_debug_x64.props
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: