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

Missing dependency: Cython #12

Closed
strpeter opened this issue Feb 8, 2019 · 2 comments
Closed

Missing dependency: Cython #12

strpeter opened this issue Feb 8, 2019 · 2 comments

Comments

@strpeter
Copy link

strpeter commented Feb 8, 2019

I found out after installing pytiff that the package cython was missing as a dependency because I did not install it previously.

The error message (under Windows and Python 3.7.2) with pytiff-0.8.0 said "Cython modules not available". Could you please make sure that during the installation the installer setup checks the availabillity of cython?

@pglock
Copy link
Collaborator

pglock commented Feb 11, 2019

The wheel for python 3.7 seems to be broken. It's not that cython is needed, but that the pytiff cython files were not built correctly with appveyor. @kgoebbels or me will try to fix the wheel.

If you are using anaconda, you may try to build pytiff yourself.

Steps:

  • conda install -y libtiff numpy cython
  • clone the repo, cd pytiff
  • copy PathToAnaconda\Library\lib\tiff.lib into the the repo folder
  • python setup.py install

@pglock
Copy link
Collaborator

pglock commented Feb 11, 2019

Updated to version 0.8.1. The wheel for python 3.7 should be working now.

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

3 participants