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

fix uninstalled package #460

Closed
wants to merge 5 commits into from

Conversation

leonidastri
Copy link
Contributor

Problem:
The following error is showing when trying to run the tools/list-data-access-tokens.py in yoda_ruleset

  File "<stdin>", line 1, in <module>

  File "/usr/local/lib/python2.7/dist-packages/pysqlcipher3/dbapi2.py", line 31, in <module>
    from pysqlcipher3._sqlite import *
ImportError: /usr/local/lib/python2.7/dist-packages/pysqlcipher3/_sqlite.so: undefined symbol: OpenSSL_version

Solution
We add to the specific task which installed the pysqlcipher3 the option to install the missing package for pysqlcipher3, so now the tools/list-data-access-tokens.py in yoda_ruleset.

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

Successfully merging this pull request may close these issues.

1 participant