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

Renaming pylibtiff to libtiff causes issues for some build systems #37

Closed
jakirkham opened this issue Aug 18, 2015 · 7 comments
Closed

Comments

@jakirkham
Copy link
Contributor

As some build systems (e.g. conda and Linux package managers) can install libtiff when referring to the actual library. Renaming of this package from libtiff to pylibtiff can cause them some confusion. Would it be too much to ask that the package be renamed to pylibtiff?

@djhoese
Copy link
Collaborator

djhoese commented Nov 9, 2018

I agree with @jakirkham on this. I have a project that depends on this library and installing pylibtiff has become difficult for users that use conda (including me). It has to be installed from pip and can't be put on conda-forge because there is already the C library libtiff. This causes issues where a setup.py can list dependencies that conflict with the conda packages already installed. There is a similar issue with pyhdf/python-hdf4 right now that I'm trying to help resolve.

@pearu
Copy link
Owner

pearu commented Nov 9, 2018

Sounds reasonable. So, the pylibtiff can be redistributed under the name pylibtiff but the Python package name should remain libtiff.

@djhoese
Copy link
Collaborator

djhoese commented Nov 9, 2018

If that can be done then that may be best. So it would show up on PyPI as pylibtiff and on conda as pylibtiff, but would be imported as libtiff, right?

@pearu
Copy link
Owner

pearu commented Nov 9, 2018

yes, that what also I meant.

pearu added a commit that referenced this issue Feb 23, 2019
Rename project name to pylibtiff, solves issue #37
@pearu
Copy link
Owner

pearu commented Feb 23, 2019

Resolved by RP #93 .

@nunocalaim
Copy link

conda install pylibtiff fails, but conda install libtiff works. did this project got renamed again?

@djhoese
Copy link
Collaborator

djhoese commented Jul 13, 2022

libtiff is the C library, pylibtiff should still exist on conda-forge:

https://github.com/conda-forge/pylibtiff-feedstock

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

4 participants