You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
Ah you are right ... i will have a look into it again.
Maybe on travis cython is somehow installed as a sub-dependency of something else .... and maybe on Isidros machine for some reason I do not understand cython was not installed .... so he had to install cython manually...
Just for clarification, the pip install command output the following messages:
....
Successfully built protozfits
mkl-fft 1.0.0 requires cython, which is not installed.
mkl-random 1.0.1 requires cython, which is not installed.
Installing collected packages: protozfits
....
I think these dependencies comes from Intel libraries that use numpy. If these routines (mkl-...) will
not be used used in any SW on top of protozfits, you could bypass this dependency but just in case ...
I also include the complete output of the pip install command for more details. Output_pip_install_for_zfitstest.txt
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
IsidroAguadoRuesga mentioned in #31 that cython is needed to be installed.
It should be mentioned in the README and also find its way into the setup.py
https://github.com/cta-sst-1m/protozfitsreader/blob/master/setup.py#L24
The text was updated successfully, but these errors were encountered: