Re: [CentOS] Semi-OT: install python package in userspace

2018-04-06 Thread Pete Biggs
On Fri, 2018-04-06 at 11:50 -0500, Valeri Galtsev wrote: > On Fri, April 6, 2018 11:42 am, Richard Demeny wrote: > > Just sudo it > > This is exactly why I have big reservation in giving users sudo > permissions. If they need sudo on UNIX or Linux for small thing like this, > then they have no

Re: [CentOS] Unable to access network from docker container

2018-04-06 Thread H
On April 6, 2018 4:02:49 PM EDT, Ulf Volmer wrote: >On 05.04.2018 22:49, H wrote: >> I have recently installed docker and playing around with it. On a >CentOS 7 machine, however, I am unable to get access to the outside >internet, thus yum ... fails. The host machine runs fine. >

Re: [CentOS] invalid mirror .host-engine.com

2018-04-06 Thread John R. Dennison
On Fri, Apr 06, 2018 at 06:11:18PM +0200, Walter H. wrote: > Hello, > > how can I prevent of using these mirrors? Add a line of: "exclude=.host-engine.com" to /etc/yum/pluginconf.d/fastestmirror.conf This will exclude from consideration all mirror FQDNs that contain that string.

Re: [CentOS] Unable to access network from docker container

2018-04-06 Thread Ulf Volmer
On 05.04.2018 22:49, H wrote: > I have recently installed docker and playing around with it. On a CentOS 7 > machine, however, I am unable to get access to the outside internet, thus yum > ... fails. The host machine runs fine. Which ip range do you use in your network? Maybe this overlaps with

Re: [CentOS] GnuPG 2.0.16?

2018-04-06 Thread Kay Schenk
On Mon, Apr 2, 2018 at 8:31 PM, Karl Vogel wrote: > >> On Thu, 29 Mar 2018 10:53:05 -0700, > >> Kay Schenk said: > > K> Does anyone know where I can find GnuPG 2.0.16 for CentOS 6.9 32-bit? > >Do you want something that old? 2.0.17 came out in 2011.

Re: [CentOS] Unable to access network from docker container

2018-04-06 Thread H
On April 5, 2018 4:49:57 PM EDT, H wrote: >I have recently installed docker and playing around with it. On a >CentOS 7 machine, however, I am unable to get access to the outside >internet, thus yum ... fails. The host machine runs fine. > >I am wondering if there are some

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-06 Thread Ulf Volmer
On 06.04.2018 21:04, m.r...@5-cent.us wrote: > So, I'm working on trying to install scipy in the virtenv... and for > unknown reasons, it simply can't find the system libs. try to run 'pip install --upgrade pip' in your virtualenv. Fix the issue for me. best regards Ulf

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-06 Thread Valeri Galtsev
On 04/06/18 13:58, Richard Demeny wrote: python has nothing to do with snakes. it was named after a television show.. As one comedian said: sense of humor is a money: either you have it or don't ;-) No offense intended, just trying to make Friday brighter... Valeri PS And Jupyter has

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-06 Thread Ulf Volmer
On 06.04.2018 20:53, Valeri Galtsev wrote: > On 04/06/18 13:51, Ulf Volmer wrote: >> But on my testbox, i'm not sucessful to use the system numpy and scipy >> packages. i had to install them using pip. > > Python is a  "sneaky snake" ;-) i will not doubt that. BTW: for Marc: if you often have

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-06 Thread m . roth
Valeri Galtsev wrote: >>> On Fri, 6 Apr 2018 17:25 , wrote: >>> CentOS 7 box. As there's no package in any of the repos, we're trying to install scikit-learn in the user's space. It refuses. My late try was, after d/l a .whl from last year, hoping that would work

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-06 Thread Richard Demeny
python has nothing to do with snakes. it was named after a television show.. On Fri, Apr 6, 2018 at 7:53 PM, Valeri Galtsev wrote: > > > On 04/06/18 13:51, Ulf Volmer wrote: > >> On 06.04.2018 18:25, m.r...@5-cent.us wrote: >> >>> CentOS 7 box. As there's no package

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-06 Thread Valeri Galtsev
On 04/06/18 13:51, Ulf Volmer wrote: On 06.04.2018 18:25, m.r...@5-cent.us wrote: CentOS 7 box. As there's no package in any of the repos, we're trying to install scikit-learn in the user's space. It refuses. My late try was, after d/l a .whl from last year, hoping that would work with the

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-06 Thread Ulf Volmer
On 06.04.2018 18:25, m.r...@5-cent.us wrote: > CentOS 7 box. As there's no package in any of the repos, we're trying to > install scikit-learn in the user's space. It refuses. My late try was, > after d/l a .whl from last year, hoping that would work with the numpy > package in the regular repos,

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-06 Thread Valeri Galtsev
On 04/06/18 11:53, m.r...@5-cent.us wrote: Richard Demeny wrote: Just sudo it On Fri, 6 Apr 2018 17:25 , wrote: CentOS 7 box. As there's no package in any of the repos, we're trying to install scikit-learn in the user's space. It refuses. My late try was, after d/l a

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-06 Thread Kenneth Porter
--On Friday, April 06, 2018 1:25 PM -0400 m.r...@5-cent.us wrote: Anyone got any pointers? Not a Python programmer but a quick google turned up some likely-looking resources: My google

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-06 Thread m . roth
Richard Demeny wrote: > Just sudo it > > On Fri, 6 Apr 2018 17:25 , wrote: > >> CentOS 7 box. As there's no package in any of the repos, we're trying to >> install scikit-learn in the user's space. It refuses. My late try was, >> after d/l a .whl from last year, hoping that

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-06 Thread Valeri Galtsev
On Fri, April 6, 2018 11:42 am, Richard Demeny wrote: > Just sudo it This is exactly why I have big reservation in giving users sudo permissions. If they need sudo on UNIX or Linux for small thing like this, then they have no idea what they are doing and can easily screw the system up. Not to

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-06 Thread Richard Demeny
Just sudo it On Fri, 6 Apr 2018 17:25 , wrote: > CentOS 7 box. As there's no package in any of the repos, we're trying to > install scikit-learn in the user's space. It refuses. My late try was, > after d/l a .whl from last year, hoping that would work with the numpy > package

Re: [CentOS] Semi-OT: install python package in userspace

2018-04-06 Thread Valeri Galtsev
On Fri, April 6, 2018 11:25 am, m.r...@5-cent.us wrote: > CentOS 7 box. As there's no package in any of the repos, we're trying to > install scikit-learn in the user's space. It refuses. My late try was, > after d/l a .whl from last year, hoping that would work with the numpy > package in the

[CentOS] Semi-OT: install python package in userspace

2018-04-06 Thread m . roth
CentOS 7 box. As there's no package in any of the repos, we're trying to install scikit-learn in the user's space. It refuses. My late try was, after d/l a .whl from last year, hoping that would work with the numpy package in the regular repos, I did a pip install --user scikit-learn..., and it

[CentOS] invalid mirror .host-engine.com

2018-04-06 Thread Walter H.
Hello, how can I prevent of using these mirrors? # yum clean all Loaded plugins: fastestmirror, security Cleaning repos: base extras updates Cleaning up Everything Cleaning up list of fastest mirrors # yum update Loaded plugins: fastestmirror, security Setting up Update Process Determining