issue with skimage at anaconda
Hi all, I am having problems installing scikit-image into Anaconda suite, although it comes with a prebuilt, i erased this skimage version to replace it github clone version. When I try to upgrade the skimage by console command it says this requeriment is already up to date (see attached image). but it doesnt appear at directory, as you can see (see attached image) How can I fix this issue? thanks in advance, Jaime
On 2014-10-29 02:38:32, Jaime Lopez Carvajal <jalopcar@gmail.com> wrote:
I am having problems installing scikit-image into Anaconda suite, although it comes with a prebuilt, i erased this skimage version to replace it github clone version.
You need to place the cloned repository somewhere outsite your Python path, and then do python setup.py install (or, if you want to use pip, "pip install ." might even work) Stéfan
participants (2)
-
Jaime Lopez Carvajal
-
Stefan van der Walt