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

Remove bitarray, bittools and lzw.py #95

Open
pearu opened this issue Feb 23, 2019 · 2 comments
Open

Remove bitarray, bittools and lzw.py #95

pearu opened this issue Feb 23, 2019 · 2 comments

Comments

@pearu
Copy link
Owner

pearu commented Feb 23, 2019

Bittools should be moved to a new project.
Bitarray can be just deleted as it is maintained elsewhere.

@pearu
Copy link
Owner Author

pearu commented Feb 24, 2019

Before removing these modules, make one release that implements deprecation warnings:

libtiff.bitarray will be removed, use upstream bitarray instead, see https://github.com/ilanschnell/bitarray
libtiff.bittools will be removed, use bittools from  https://github.com/pearu/bittools
lzw.py will be removed, use tif_lzw extension module instead

@igg
Copy link

igg commented May 11, 2020

Because there is no bitarray dependency listed, installing this (i.e. 51d6f2a) in a clean python 3 environment causes a ModuleNotFoundError upon import:

>>> import libtiff
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/igg/Projects/viqi/src/venv3/lib/python3.6/site-packages/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
Projects
None yet
Development

No branches or pull requests

2 participants