Às 17:39 de 03/12/18, Paulo da Silva escreveu:
Well ... further clarification ...
> Hi!
>
> I have an environment created with conda (anaconda3).
> There is a package that is unavailable in conda.
The package is sklearn (import sklearn). - Look below before comment pls.
> Installing it with pip
Às 19:39 de 02/01/19, Hartmut Goebel escreveu:
> Am 03.12.18 um 18:39 schrieb Paulo da Silva:
>> This also has a bad side effect! It reinstalls there some depedencies
>> already installed in the conda created environment!
>>
>> Is there a way to avoid this situation?
>
> Try whether `pyvenv --sys
Às 19:54 de 09/12/18, Tim Williams escreveu:
> On Saturday, December 8, 2018 at 10:13:14 PM UTC-5, Monte Milanuk wrote:
>> Did you find any solution(s)?
>
> I usually just lurk and read on this list. I don't reply since there's
> usually more competent people that regularly post helpful answers.
Am 03.12.18 um 18:39 schrieb Paulo da Silva:
> This also has a bad side effect! It reinstalls there some depedencies
> already installed in the conda created environment!
>
> Is there a way to avoid this situation?
Try whether `pyvenv --system-site-packages` suites you.
--
Schönen Gruß
Hartmut
On Saturday, December 8, 2018 at 10:13:14 PM UTC-5, Monte Milanuk wrote:
> Did you find any solution(s)?
I usually just lurk and read on this list. I don't reply since there's usually
more competent people that regularly post helpful answers. (I lurk to learn
from them!)
If no one's replied yet
Did you find any solution(s)?
--
https://mail.python.org/mailman/listinfo/python-list
Hi!
I have an environment created with conda (anaconda3).
There is a package that is unavailable in conda.
Installing it with pip3, with conda env activated, the installation goes
to .local/bin and .local/lib in my home dir (BTW I'm running linux
kubuntu 18.04).
This also has a bad side effect! It