UtrechtUniversity / yoda

A system for reliable, long-term storing and archiving large amounts of research data during all stages of a study.
https://utrechtuniversity.github.io/yoda/
GNU General Public License v3.0
46 stars 27 forks source link

fix uninstalled package #460

Closed leonidastri closed 3 months ago

leonidastri commented 3 months ago

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.