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

IRIS Training is failing with an error #9

Open
nchiru opened this issue Sep 8, 2022 · 2 comments
Open

IRIS Training is failing with an error #9

nchiru opened this issue Sep 8, 2022 · 2 comments

Comments

@nchiru
Copy link

nchiru commented Sep 8, 2022

Hi Srijith,
i have followed the CLI cmds and screenshots and created a pipeline. It failed at model training with below error. i searched on internet and found it a version compatibility with pyOpenSSL and Cryptography. so i added pyOpenSSL==20.0.0 in install-requirements.sh and tried. but still failied. Any help in resolving the issue.

from requests.structures import CaseInsensitiveDict

File "/azureml-envs/azureml_feede18c1b85068e24db2b18906a31ce/lib/python3.6/site-packages/requests/init.py", line 95, in
from urllib3.contrib import pyopenssl
File "/azureml-envs/azureml_feede18c1b85068e24db2b18906a31ce/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 46, in
import OpenSSL.SSL
File "/azureml-envs/azureml_feede18c1b85068e24db2b18906a31ce/lib/python3.6/site-packages/OpenSSL/init.py", line 8, in
from OpenSSL import crypto, SSL
File "/azureml-envs/azureml_feede18c1b85068e24db2b18906a31ce/lib/python3.6/site-packages/OpenSSL/crypto.py", line 1517, in
class X509StoreFlags(object):
File "/azureml-envs/azureml_feede18c1b85068e24db2b18906a31ce/lib/python3.6/site-packages/OpenSSL/crypto.py", line 1537, in X509StoreFlags
CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'

@srijiths
Copy link
Owner

@salmankadaya
Copy link

Still CI pipeline is failing after changing pyOpenSSL==20.0.0.

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

3 participants