> > Try > this: > > pip install --user --ignore-installed cython > > Then make sure that the Python user installs > bin directory is on your path: > > export PATH=$HOME/.local/bin:$PATH > > Reload the path to make sure > you're finding the right Cython: > > hash -r > > Now > check you have the right Cython (in ~/.local/bin): > > which cython That. fixed it. Thanks, and thanks to all who helped me get scikit imstalled. _______________________________________________ scikit-image mailing list scikit-image@python.org https://mail.python.org/mailman/listinfo/scikit-image
Re: [scikit-image] Compilation Problems
James Board via scikit-image Thu, 19 Jan 2017 08:58:28 -0800
- [scikit-image] Compilation Problems James Board via scikit-image
- Re: [scikit-image] Compilation Problems Nathaniel Smith
- Re: [scikit-image] Compilation Problems James Board via scikit-image
- Re: [scikit-image] Compilation Problems James Board via scikit-image
- Re: [scikit-image] Compilation Probl... Stefan van der Walt
- Re: [scikit-image] Compilation Problems James Board via scikit-image
- Re: [scikit-image] Compilation Probl... Matthew Brett
- Re: [scikit-image] Compilation Problems James Board via scikit-image