Giter Club home page Giter Club logo

Comments (10)

waspinator avatar waspinator commented on June 24, 2024 1

@EdwardMa12593 I downloaded the code from here and ran python setup.py install instead.

from pylibtiff.

hanchec avatar hanchec commented on June 24, 2024 1

I know this thread has been closed but I'm new to libtiff and have problems installing it. I keep getting the error:

ImportError: Failed to find TIFF library. Make sure that libtiff is installed and its location is listed in PATH|LD_LIBRARY_PATH|..

I tried the installation 2 ways and neither worked. Thanks in advance for your help.

[1] pip3 install libtiff
Collecting libtiff
Downloading libtiff-0.4.1.tar.gz (129kB)
...
Successfully installed libtiff-0.4.1

[2] Download the tarball from https://pypi.python.org/pypi/libtiff
tar -zxvf libtiff-0.4.1.tar.gz
cd libtiff-0.4.1/libtiff
python3 setup.py install

from pylibtiff.

jackb007 avatar jackb007 commented on June 24, 2024 1

What worked for me after trying everything:

  1. Download the libtiff pre-compiled wheel from here:
    https://www.lfd.uci.edu/~gohlke/pythonlibs/#pylibtiff
    and the bitarray pre-compiled wheel from here:
    https://www.lfd.uci.edu/~gohlke/pythonlibs/#bitarray
  2. Open command prompt:
    cd C:\path\to\where\your-wheels-are
    pip3 install bitarray-x.y.z.whl
    pip3 install libtiff-t.u.v.whl

from pylibtiff.

JunMa11 avatar JunMa11 commented on June 24, 2024

I have the same problem.
Do you solve this issue?

from pylibtiff.

jakirkham avatar jakirkham commented on June 24, 2024

There is no release on PyPI with Python 3 support. It only exists in master.

IMHO this should be closed as unsupported until a Python 3 release makes its way to PyPI, at which point a new bug report should be opened if an issue occurs.

from pylibtiff.

waspinator avatar waspinator commented on June 24, 2024

This repo doesn't have any tags or releases.python setup.py --version from master outputs 0.0.0. Is there a roadmap to releases?

from pylibtiff.

jakirkham avatar jakirkham commented on June 24, 2024

I don't think that is an issue with this library, @jason-su. It is either numpy is not installed and/or MSVC 14.0 is missing. Have you installed both of these?

from pylibtiff.

pearu avatar pearu commented on June 24, 2024

PyLibTiff 0.4.1 has been released and I just checked, pip3 install libtiff works.

from pylibtiff.

jtlz2 avatar jtlz2 commented on June 24, 2024

@hanchec Ditto...

from pylibtiff.

shimon-c-orbo avatar shimon-c-orbo commented on June 24, 2024

I've downloaded the latest version windows 10. Do I need to get the dll as well?
From where do I get it?

from pylibtiff.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.