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

pip install pytiff fails when numpy is not available #6

Closed
ylep opened this issue Jul 12, 2017 · 1 comment
Closed

pip install pytiff fails when numpy is not available #6

ylep opened this issue Jul 12, 2017 · 1 comment

Comments

@ylep
Copy link

ylep commented Jul 12, 2017

pip install pytiff
Downloading/unpacking pytiff
Downloading pytiff-0.7.0.tar.gz (1.3MB): 1.3MB downloaded
Running setup.py (path:/tmp/pip-build-3abmxk7b/pytiff/setup.py) egg_info for package pytiff
Traceback (most recent call last):
File "/tmp/pip-build-3abmxk7b/pytiff/setup.py", line 13, in
import numpy
ImportError: No module named 'numpy'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 17, in <module>
  File "/tmp/pip-build-3abmxk7b/pytiff/setup.py", line 15, in <module>
    raise Exception("Numpy is needed for installation")
Exception: Numpy is needed for installation
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "/tmp/pip-build-3abmxk7b/pytiff/setup.py", line 13, in

import numpy

ImportError: No module named 'numpy'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "", line 17, in

File "/tmp/pip-build-3abmxk7b/pytiff/setup.py", line 15, in

raise Exception("Numpy is needed for installation")

Exception: Numpy is needed for installation

@pglock
Copy link
Collaborator

pglock commented Sep 21, 2017

This is working as intended. Pytiff needs the numpy header files, so it must be already installed

@pglock pglock closed this as completed Sep 21, 2017
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

2 participants