Closed ma-sadeghi closed 8 months ago
When using pip to install cellpy, running pytest fails, complaining that libobdc is missing.
pip
cellpy
pytest
libobdc
Here's how you can install it on Ubuntu:
sudo apt update sudo apt install unixodbc-dev
Source: https://unix.stackexchange.com/a/588413/443742
Thanks. Added to the docs.
When using
pip
to installcellpy
, runningpytest
fails, complaining thatlibobdc
is missing.Here's how you can install it on Ubuntu:
Source: https://unix.stackexchange.com/a/588413/443742