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

When I install this package,it said 'Failed building wheel for python-geotiepoints'. #8

Closed
bc451270766 opened this issue Jul 17, 2018 · 6 comments

Comments

@bc451270766
Copy link

Cython will not be used. Use environment variable 'USE_CYTHON=True' to use it
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-3.6
creating build\lib.win-amd64-3.6\geotiepoints
copying geotiepoints\basic_interpolator.py -> build\lib.win-amd64-3.6\geotiepo
ints
copying geotiepoints\geointerpolator.py -> build\lib.win-amd64-3.6\geotiepoint
s
copying geotiepoints\interpolator.py -> build\lib.win-amd64-3.6\geotiepoints
copying geotiepoints\multilinear.py -> build\lib.win-amd64-3.6\geotiepoints
copying geotiepoints\version.py -> build\lib.win-amd64-3.6\geotiepoints
copying geotiepoints_init_.py -> build\lib.win-amd64-3.6\geotiepoints
running build_ext
building 'geotiepoints.multilinear_cython' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C+

This are the whole errors

When I installed Microsoft Visual C++ 2017,there are the same errors.
I don't know how to install it.

@adybbroe
Copy link
Collaborator

Hi,

Try pip install --upgrade setuptools as suggested here:
https://stackoverflow.com/questions/29846087/microsoft-visual-c-14-0-is-required-unable-to-find-vcvarsall-bat

Adam

@bc451270766
Copy link
Author

pip install --upgrade setuptools is no use.
I install this package because it's needed when I install pyspectral.But if I install pyspectral by using python setup.py install , it doesn't give me this error. And I can import pyspectral

@adybbroe
Copy link
Collaborator

Sorry about that. It was just a try. I am not used to Windows and can't verify here.
I would recommend installing this and other PyTroll packages with conda where possible. Hav you tried that?

conda install -c conda-forge python-geotiepoints

Same goes for PyResample for instance...

-Adam

@bc451270766
Copy link
Author

Thank you very much.
It was installed sucessfully.

@mraspaud mraspaud closed this as completed Oct 3, 2018
@touhi99
Copy link

touhi99 commented Feb 7, 2019

pip install python-geotiepoints doesn't work in python 3.6.7

@djhoese
Copy link
Member

djhoese commented Feb 7, 2019

@TAPOS12 Please file a separate bug report with more information like your operating system, how you installed python, and the exact error message you are getting.

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

5 participants