open-quantum-safe / liboqs-python

Python 3 bindings for liboqs
https://openquantumsafe.org/
MIT License
115 stars 40 forks source link

UserWarning: liboqs version 0.10.0-dev differs from liboqs-python version 0.9.0 #70

Closed DingChiLin closed 10 months ago

DingChiLin commented 10 months ago

Hello, I have followed the Installation section and successfully executed the example. However, a warning appeared indicating that the liboqs version differs from the liboqs-python version.

Despite the warning, the example functions perfectly. I am unsure whether this is an issue that needs attention and how to solve it properly. Could you provide guidance on resolving this matter? Thank you.

UserWarning: liboqs version 0.10.0-dev differs from liboqs-python version 0.9.0
  warnings.warn("liboqs version {} differs from liboqs-python version {}".format(oqs_version(), oqs_python_version()))
liboqs version: 0.10.0-dev
liboqs-python version: 0.9.0
vsoftco commented 10 months ago

@DingChiLin No, that's just a warning that the underlying liboqs library has a different version number than the python wrapper, but you can safely ignore it, since there's no incompatibility