Skip to content

Missing common directory when using setup.py #415

@agwego

Description

@agwego
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions