Closed andre2007 closed 4 years ago
Looks like the newly updated osp remote needs credentials (which it should not). @hplatou
We are in the middle of a process to move to a new Conan repository(you are using the new correct url) and the permissions were not set correctly. I have updated now so please try again.
You might have to adapt the README, as there are some more flags needed:
ERROR: Failed requirement 'fmilibrary/2.0.3' from 'conanfile.py (libcosim/0.7.0)' ERROR: The remote at 'https://osp.jfrog.io/artifactory/api/conan/conan-public' only works with revisions enabled. Set CONAN_REVISIONS_ENABLED=1 or set 'general.revisions_enabled = 1' at the 'conan.conf'. [Remote: osp]
This works:
CONAN_REVISIONS_ENABLED=1 conan install .. -s build_type=Release --build=missing -o fmuproxy=True --settings=compiler.libcxx=libstdc++11
Yeah, setting the CONAN_REVISIONS_ENABLED="1"
needs to be documented.
As far as I understand the error log, you cannot use conan without registration? Could you add to the README where I have to register and maybe the missing conan login commands?