imglib / imglyb

Connecting Java/ImgLib2 + Python/NumPy
https://pypi.org/project/imglyb/
BSD 2-Clause "Simplified" License
31 stars 5 forks source link

Python2 compatability? #5

Closed bgriffen closed 4 years ago

bgriffen commented 5 years ago

Would there be a straightforward Python2 work around or is this in conflict with the dependencies. Working on Ubuntu 16.

hanslovsky commented 5 years ago

I decided against maintaining compatibility with Python2 because of the changes to the import statement that were introduced in Python3 and the limited lifetime of Python2. If Python3 on Ubuntu is not a solution, I recommend using conda. imglyb is available on conda (will migrate from the hanslovsky channel to conda-forge in the foreseeable future).

hanslovsky commented 4 years ago

I will close this issue as Python2 will reach its official end of lifetime by the end of this month.