-
Notifications
You must be signed in to change notification settings - Fork 30
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
Unable to connect to conancenter #49
Comments
There are 2 issues there:
|
|
Ok, this might be related to the yocto setup, and Conan Python interpreter picking some libraries, openssl or something from yocto instead of the correct one, and then failing because of that. I'd suggest reporting how you installed Conan, and then maybe trying to use the self-contained Conan executable that can be downloaded from https://conan.io/downloads, and try with it. |
-This is my .bb file
|
I am using meta-conan with my yocto sdk and when I try to do the below in in yocto recipe,
conan install --requires=mosquitto/1.4.15@bincrafters/stable --profile default -of /home/user
I am getting an error which says,
| ======== Computing dependency graph ========
| mosquitto/1.4.15@bincrafters/stable: Not found in local cache, looking in remotes...
| mosquitto/1.4.15@bincrafters/stable: Checking remote: conancenter
| Graph root
| cli
| ERROR: Package 'mosquitto/1.4.15@bincrafters/stable' not resolved: HTTPSConnectionPool(host='center.conan.io', port=443): Max retries exceeded with url: /v1/ping (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7fb5a7f33d30>, 'Connection to center.conan.io timed out. (connect timeout=30)'))
The text was updated successfully, but these errors were encountered: