You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is weird, it seems there is something that has been changed and is not correct, affecting also the catchup script. I recommend wiping up both the folder and the conan cache (conan remove "*" -f), and then quickly running the catchup script, all steps from 1 to 6.
I would say that you have changed the consumer folder during exercise 4, instead of modifying the cmake_find_package folder or something like that. It would be necessary to have the whole output of the command, not just the last lines: was the cmake generator called? Is there a message saying it generated the file?
And to top it up, here's what happens when I try to run step #1 in the catchup script:
Enter choice: 1
performing Exercise 1 (consumer, with CMake)
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=7
os=Linux
os_build=Linux
[options]
[build_requires]
[env]
hello/0.1@user/testing: Not found in local cache, looking in remotes...
hello/0.1@user/testing: Trying with 'conancenter'...
ERROR: Unable to find 'hello/0.1@user/testing' in remot
```es
But this happens because you have modified the conanfile.txt in the consumer project, to add a [requires] to "hello/0.1@user/testing". But you haven't created it (exercise 5 I think), so it tries to look for it in the local cache, then in the server, and then it fails. You need to start from scratch, or make sure you create the package correctly before trying to reuse it.
Same outcome when running the catchup script for exercise #6.
Environment info: running in your docker on an Ubuntu terminal on Windows 11, with Docker for Windows running in WSL mode.
The text was updated successfully, but these errors were encountered: