Re: [scikit-image] Compilation Problems
Jan. 18, 2017
8:43 p.m.
Please try:
pip uninstall cython pip install cython
Thanks Stéfan
I can't do that. I don't have root access.
Jan. 18, 2017
9 p.m.
New subject: Compilation Problems
Hi, On Wed, Jan 18, 2017 at 12:43 PM, James Board via scikit-image <scikit-image@python.org> wrote:
Please try:
pip uninstall cython pip install cython
Thanks Stéfan
I can't do that. I don't have root access.
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 Cheers, Matthew
3519
Age (days ago)
3519
Last active (days ago)
1 comments
2 participants
participants (2)
-
James Board -
Matthew Brett