thanks very much Martin and François for your answers,

I start to understand a little bit more the various options.
But If understand correctlly, it means that under arch linux, If I want to
use scikit image, I need a virtual environment ...

thanks again,

Julien

On Sun, Apr 15, 2018 at 6:47 AM, François Boulogne <fboulo...@sciunto.org>
wrote:

> For some weird reasons, you have packages content installed but the
> package manager didn't mark the package as installed. That's not normal
> (perhaps because you tried with pip?).
>
> Anyway, force the install by passing the option "--force" to yaourt.
>
> As a side comment, I usually don't recommend to install libraries with
> pip on the system as the distribution packages might conflict with them
> and also for the ease of maintenance. Instead, I prefer to use
> virtualenvs (for me, with pew).
>
> Best,
>
> --
> François Boulogne.
> http://www.sciunto.org
> GPG: 32D5F22F
>
>
>
_______________________________________________
scikit-image mailing list
scikit-image@python.org
https://mail.python.org/mailman/listinfo/scikit-image

Reply via email to