You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I import this library, I get the following error:
/home/xxx/.pyenv/versions/3.12.0/lib/python3.12/site-packages/albumentations/check_version.py:51: UserWarning: Error fetching version info <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)>
data = fetch_version_info()
To Reproduce
Steps to reproduce the behavior:
Environment OS = WSL Ubuntu 22.04.5 LTS, Python 3.12.0, Albumentations version 1.4.21
Sample code that produces the bug. import insightface
Any error messages or incorrect outputs.
/home/xxx/.pyenv/versions/3.12.0/lib/python3.12/site-packages/albumentations/check_version.py:51: UserWarning: Error fetching version info <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)>
data = fetch_version_info()
The text was updated successfully, but these errors were encountered:
Describe the bug
When I import this library, I get the following error:
To Reproduce
Steps to reproduce the behavior:
import insightface
The text was updated successfully, but these errors were encountered: