tennis-court-detection icon indicating copy to clipboard operation
tennis-court-detection copied to clipboard

ERROR: Unable to find 'opencv/3.4.3@conan/stable' in remotes

Open mahui97 opened this issue 3 years ago • 1 comments

Hi, I try to install this project. After installing conan pip3 install conan, I run conan install ... command. But there is an error. I check Conan-center, and I have no anwser.

/tennis-court-detection/build$ conan install .. --build missing
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=5
os=Linux
os_build=Linux
[options]
[build_requires]
[env]

opencv/3.4.3@conan/stable: Not found in local cache, looking in remotes...
opencv/3.4.3@conan/stable: Trying with 'conancenter'...
ERROR: Unable to find 'opencv/3.4.3@conan/stable' in remotes

image So, could you help me resolve it? Thanks, and happy new year!

mahui97 avatar Dec 31 '21 09:12 mahui97

Hi, changing opencv/3.4.3@conan/stable to opencv/3.4.12 in conanfile.txt helped me

silentz avatar Feb 04 '22 10:02 silentz