Skip to content
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

remotes for conan not working #3

Open
justdoGIT opened this issue Jan 27, 2022 · 0 comments
Open

remotes for conan not working #3

justdoGIT opened this issue Jan 27, 2022 · 0 comments

Comments

@justdoGIT
Copy link

In the INSTALL file the conan remote for tereius is mentioned https://api.bintray.com/conan/tereius/public-conan which is throwing error while running conan install as shown below:

conan install ./ -s build_type=Debug --build missing

Output:

Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Debug
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=9
os=Linux
os_build=Linux
[options]
[build_requires]
[env]

libONVIF/1.1.0-SNAPSHOT@tereius/stable: Not found in local cache, looking in remotes...
libONVIF/1.1.0-SNAPSHOT@tereius/stable: Trying with 'conancenter'...
libONVIF/1.1.0-SNAPSHOT@tereius/stable: Trying with 'bincrafters'...
libONVIF/1.1.0-SNAPSHOT@tereius/stable: Trying with 'tereius'...
ERROR: Failed requirement 'libONVIF/1.1.0-SNAPSHOT@tereius/stable' from 'conanfile.py (ONVIFMonitor/1.0.0)'
ERROR: Permission denied for user: 'None'. [Remote: tereius]

Can you please update the conan remote to build the project successfully.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant