I have been attempting to install libtiff for python 2.7 using Anaconda 4.2.0 terminal:
conda install libtiff
pip install libtiff
I installed the libtiff library (GnuWin32) and have specified the directory of libtiff3.dll on my environment variable PATH. However when trying to import libtiff in Python I receive the following error:
File "C:\Users\Adam\Anaconda2\lib\ctypes\__init__.py", line 362, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 193] %1 is not a valid Win32 application
I have been searching for a solution to no avail. Any assistance would be appreciated.
Thank you.