aerospike-client-python
aerospike-client-python copied to clipboard
Error while running in Ubuntu 22.04
I'm facing this error while running in ubuntu 22.04
Error: While importing 'app', an ImportError was raised:
Traceback (most recent call last):
File "/home/kubuntu/Projects/flask-server/env/lib/python3.10/site-packages/flask/cli.py", line 260, in locate_app
__import__(module_name)
File "/home/kubuntu/Projects/flask-server/app.py", line 2, in <module>
import aerospike
ImportError: /home/kubuntu/Projects/flask-server/env/lib/python3.10/site-packages/aerospike.cpython-310-x86_64-linux-gnu.so: undefined symbol: FIPS_mode_set
Even tried building the c library manually as mentioned in #214
I think it might be an issue due to Openssl 3.0 used in ubuntu 22.04.
@apanjain Does the latest 10.0.0 release fix this issue?