-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Https connection pool error #744
Comments
👋 Hello @bhavyabjb, thank you for raising an issue about Ultralytics HUB 🚀! Please visit our HUB Docs to learn more:
If this is a 🐛 Bug Report, please provide screenshots and steps to reproduce your problem to help us get started working on a fix. If this is a ❓ Question, please provide as much information as possible, including dataset, model, environment details etc. so that we might provide the most helpful response. We try to respond to all issues as promptly as possible. Thank you for your patience! |
@bhavyabjb hello, Thank you for reaching out and providing details about the issue you're encountering. The error you're seeing, To help us better understand and resolve the issue, could you please provide a minimal reproducible example of your code? This will allow us to replicate the problem on our end and offer a more precise solution. You can find guidance on how to create a minimal reproducible example here. In the meantime, here are a few steps you can take to troubleshoot the issue:
Please try these steps and let us know if the issue persists. Providing the minimal reproducible example will greatly assist us in diagnosing the problem further. Thank you for your cooperation, and we look forward to helping you resolve this issue! |
👋 Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help. For additional resources and information, please see the links below:
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed! Thank you for your contributions to YOLO 🚀 and Vision AI ⭐ |
Search before asking
Question
I trained a classification model on my custom data set in yolov8 and after that i wanted to predict some of my images but i got the following error when i tries running python code in visual studio code :
"requests.exceptions.SSLError: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/ultralytics/assets/releases/tags/v8.2.0 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1002)')))" ,,,, what shall i do in this case? How to fix this out?
Additional
No response
The text was updated successfully, but these errors were encountered: