Closed hobbeshunter closed 4 years ago
Apologies about that, I thought I was consistently resolving the paths to Conan profiles correctly (i.e. querying Conan's configuration rather than assuming the default location was correct), but in one place that assumption was indeed hardcoded. I've rectified that in commit 3ec19d9. Could you please try again with the current master
branch and see if that fixes the issue for you?
Thanks a lot.
Sadly, this does not seem to fix it.
I uninstalled it with pip3 uninstall conan_ue4cli
and reinstalled it with pip3 install --user git+https://github.com/adamrehn/conan-ue4cli
. The error stays.
Hmmm, can you please provide more information about your environment so that I can attempt to reproduce the error? The following information would be helpful (as well as anything else you think might be relevant):
My conan version is 1.22.2 on osl42.
Maybe it's a conan problem as --profile=ue4
, --pr=ue4
and --pr ue4
all work. Just --profile ue4
fails. Which is weird. So changing profile to pr would fix it :rofl:
I wasn't able to reproduce the error, but modifying the --profile ue4
flag to --profile=ue4
is simple enough, so I'll go with that.
I don't have an explanation for this. All I can say is: it works. So thank you very much for it.
When I run generate I get following error:
Running
conan create . adamrehn/profile --profile=ue4
andconan create . adamrehn/profile --pr=ue4
seem to work. So I guess this is 'cause my profiles are not atuser/.conan/profiles/
Btw, then it fails again complaining about not having a author attribute. But that is another issue.