- bigchaindb-driver version: current master 0.5.0a2, 0.5.0a3
- bigchaindb server version (
bigchaindb -v): 1.0.1
- Python version: 3.5.2
- Operating System: Ubuntu 16.04.3 LTS
Description
Installing with python3 setup.py install, fails to include the common files, which causes the driver to fail when importing file in common.
What I Did
Added the following line to the MANIFEST.in file to make it work.
recursive-include bigchaindb_driver/common *
python3 setup.py install