open-ce / open-ce-common

0 stars 1 forks source link

known issue for open-ce-common v1.0 #6

Open cdeepali opened 4 months ago

cdeepali commented 4 months ago

pip check for opence-common on Py310 env fails with the following error:

setuptools-rust 1.7.0 requires tomli, which is not installed.

And this can be resolved by installing tomli in the environment.

smartvibs8876 commented 4 months ago

While running sanity(imports) for 1.11 ppc cpu build with open-ce-common v1.0.0 build encountered the following issue:- AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'. Did you mean: 'X509_V_FLAG_EXPLICIT_POLICY'?

This issue was resolved by installing pyOpenSSL:- pip install pyOpenSSL==24.0.0.