Re: [scikit-image] Compilation Problems
18 Jan
2017
18 Jan
'17
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.
18 Jan
18 Jan
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
2891
Age (days ago)
2891
Last active (days ago)
1 comments
2 participants
participants (2)
-
James Board
-
Matthew Brett