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

Error while running in Ubuntu 22.04 #278

Open
apanjain opened this issue May 18, 2022 · 1 comment
Open

Error while running in Ubuntu 22.04 #278

apanjain opened this issue May 18, 2022 · 1 comment

Comments

@apanjain
Copy link

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.

@juliannguyen4
Copy link
Collaborator

@apanjain Does the latest 10.0.0 release fix this issue?

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

2 participants