Closed markito3 closed 1 year ago
Workaround is to
pip install --user --upgrade sqlalchemy pymysql six
To check and to fix this
python/ccdb/init.py#55
Initially CCDB shipped the libraries with it. In order to put CCDB on pypi (so one could do pip install ccdb
) those libraries should be used from system. The check happens in python/ccdb/init.py and sys.path.append
happens to use embedded libraries. This should be checked (and fixed) to solve this issue
Fixed in v2-main
This is on Fedora 33.
Am I missing a Python module?