We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@apanjain Does the latest 10.0.0 release fix this issue?
Sorry, something went wrong.
No branches or pull requests
I'm facing this error while running in ubuntu 22.04
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.
The text was updated successfully, but these errors were encountered: