Exclude bundled thrift, install_requires it instead Correctly package evernote by excluding any bundled thrift modules from installation and use install_requires to depend on the (PyPI) package instead. This prevents package/installation conflicts between other Python packages that depend on thrift.