Problem running unittest #376
-
Hi, I've followed your instruction for installing from source on Linux. Everything seems to be fine till I try to execute unittest command. Here is what I see:
ImportError: Failed to import test module: tests Ran 1 test in 0.000s FAILED (errors=1) Can you please tell me what might be a problem here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For development you have to install the mysql and postgresql libraries.
See https://bitcoinlib.readthedocs.io/en/latest/source/_static/manuals.install.html |
Beta Was this translation helpful? Give feedback.
For development you have to install the mysql and postgresql libraries.
python -m pip install .[dev]
See https://bitcoinlib.readthedocs.io/en/latest/source/_static/manuals.install.html