Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing requirement for bitarray #108

Open
rleigh-codelibre opened this issue Jun 8, 2019 · 0 comments
Open

Missing requirement for bitarray #108

rleigh-codelibre opened this issue Jun 8, 2019 · 0 comments

Comments

@rleigh-codelibre
Copy link

setup.py does not currently have this as a requirement in install_requires, so the dependency is not pulled in:

Traceback (most recent call last):
  File "dump_planes.py", line 15, in <module>
    from libtiff import TIFF
  File "/tmp/ve/lib/python3.7/site-packages/pylibtiff-0.4.4.dev0+ad644a2-py3.7-linux-x86_64.egg/libtiff/__init__.py", line 35, in <module>
    import bitarray as _bitarray    # noqa: F402
ModuleNotFoundError: No module named 'bitarray'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant