similar to: Semi-OT: install python package in userspace

Displaying 20 results from an estimated 1000 matches similar to: "Semi-OT: install python package in userspace"

2018 Apr 06
3
Semi-OT: install python package in userspace
On 04/06/18 13:51, Ulf Volmer wrote: > On 06.04.2018 18:25, m.roth at 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, I did a pip
2018 Apr 10
2
Semi-OT: install python package in userspace
Just had a look at scikit-learn. An issue you have with the current version of this package is that is depends on NumPy (>= 1.8.2). The version of NumPy in CentOS 7 base is 1.7.1. You may need to look at building a Python virtual environment. You can google that ;) On Tue, Apr 10, 2018 at 9:43 AM, Richard Grainger <grainger at gmail.com> wrote: > I created the epypel (Extra Extra
2018 Apr 06
2
Semi-OT: install python package in userspace
Richard Demeny wrote: > Just sudo it > > On Fri, 6 Apr 2018 17:25 , <m.roth at 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
2018 Apr 06
4
Semi-OT: install python package in userspace
Valeri Galtsev wrote: <snip> >>> On Fri, 6 Apr 2018 17:25 , <m.roth at 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
2018 Apr 10
0
Semi-OT: install python package in userspace
If you can use python3 rather than python2, it looks like the dependencies in the standard repos are new enough. Do you want me to have a go at packaging scikit-learn for python3 and adding it to the repo? On Tue, Apr 10, 2018 at 9:51 AM, Richard Grainger <grainger at gmail.com> wrote: > Just had a look at scikit-learn. An issue you have with the current > version of this package is
2018 Apr 10
0
Semi-OT: install python package in userspace
I created the epypel (Extra Extra Python Packages for Enterprise Linux) yum repo for exactly this reason: https://harbottle.gitlab.io/epypel/ There are a bunch of additional Python 2 and Python 3 packages there and if you want any added, please put in a request here: https://gitlab.com/harbottle/epypel/issues/new The repo does not upgrade any packages in base or EPEL, so should be safe to use on
2018 Apr 06
0
Semi-OT: install python package in userspace
On 06.04.2018 18:25, m.roth at 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, I did a pip install --user scikit-learn..., > and it still seems to want
2018 Apr 06
0
Semi-OT: install python package in userspace
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 <galtsev at kicp.uchicago.edu> wrote: > > > On 04/06/18 13:51, Ulf Volmer wrote: > >> On 06.04.2018 18:25, m.roth at 5-cent.us wrote: >> >>> CentOS 7 box. As there's no package in any of the repos, we're trying to >>>
2017 Feb 06
3
Centos6.8 and Python33
I've some trouble with installing numpy in python 3.3 on Centos 6.8 as installation request a different python version... [root at sge ~]$ yum install python33 python33-python-tools [root at sge ~]$ scl enable python33 bash ===== *this load Python 3.3.2* === [root at sge ~]$ easy_install pip [root at sge ~]$ pip install numpy Collecting numpy Using cached numpy-1.12.0.zip
2018 Apr 06
0
Semi-OT: install python package in userspace
On 04/06/18 11:53, m.roth at 5-cent.us wrote: > Richard Demeny wrote: >> Just sudo it >> >> On Fri, 6 Apr 2018 17:25 , <m.roth at 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
2018 Apr 06
0
Semi-OT: install python package in userspace
Just sudo it On Fri, 6 Apr 2018 17:25 , <m.roth at 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, I did a pip install --user scikit-learn...,
2018 Apr 06
2
Semi-OT: install python package in userspace
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 mention regular user should not hahe these permissions on multi-user system. If they know enough to
2019 Dec 02
4
Debian Stretch - > buster: samba packages
On 02/12/2019 10:07, Stefan G. Weichinger via samba wrote: > Am 02.12.19 um 08:47 schrieb L.P.H. van Belle via samba: >> Hai, >> >> Sorry for the late reply. > Never mind, weekend is important ... > >> Here its just apt-get distupgrade --autoremove --purge >> Without the autoremove libldb1 is not removed so libldb2 can be installed. > # apt-get distupgrade
2020 Aug 02
2
State-of-the-art NLP models from R
Estimados Una pregunta, ¿Que posibilidad hay que esté instalado todo correctamente, pero algo cambie en entorno de python, el cual al ser buscado por R esté dando problemas? Hace años que no utilizo macOS, pero se me ocurre que un programa coloque en entorno adecuado para él, pero al mismo tiempo este toque al entorno requerido por R. Javier Rubén Marcuzzi El dom., 2 ago. 2020 a las 15:59,
2020 Aug 03
2
State-of-the-art NLP models from R
Hola Diego, Prueba a hacer otra cosa. - Abre una consola y activa ese environment que has creado (r-reticulate) - Y una vez activado escribe "python". Entrarás a la consola de "python". - Ahí, escribe "import transformers" - Si no te devuelve error, es que en el entorno está bien instalado esa librería y por tanto el problema es de acceso desde
2019 Dec 13
2
tomcat package and repo for centos8
Hi all, sadly there is no epel tomcat package so far. As per https://bugzilla.redhat.com/show_bug.cgi?id=1745960 there is no progress for three months. Is there any other third party repository which builds tomcat for centos/rhel 8? Thx Rainer
2019 Dec 19
1
tomcat package and repo for centos8
On Fri, Dec 13, 2019 at 3:04 PM Richard G <grainger at gmail.com> wrote: > On Fri, Dec 13, 2019 at 2:34 PM Rainer Traut <tr.ml at gmx.de> wrote: > > Is there any other third party repository which builds tomcat for > > centos/rhel 8? > > I intend to build tomcat 8 and 9 for CentOS 8 in my harbottle-main > repo ( https://harbottle.gitlab.io/harbottle-main ), just
2017 Oct 08
8
Announcement: 32 bit Wine repo for RHEL and CentOS 7
Hi all I've created a yum repo for 32 bit wine packages on RHEL and CentOS 7: https://harbottle.gitlab.io/wine32/7/i386/ The Wine packages work on both 32 bit and 64 bit RHEL/CentOS 7. There is no 32 bit version of the EPEL repo, where the standard RHEL/CentOS Wine packages can be found, so you may find this new repo useful if you need to run Windows software that requires the 32 bit
2003 Aug 08
1
Mapping between domain NetBIOS name and DNS name ?
Hi, Does anyone know how to lookup a domain's DNS name with its NetBIOS name ? And how to do the reverse? Thanks a lot. Yuquan
2017 Oct 09
4
Announcement: 32 bit Wine repo for RHEL and CentOS 7
Yes, I will look into getting the SRPMS up on the site (though they are just the ones from EPEL anyway). On Mon, Oct 9, 2017 at 11:54 AM, Nux! <nux at li.nux.ro> wrote: > Hello, > > That's great, I know many people were looking for this. > > Any chance you can also publish the SRPMs? > > -- > Sent from the Delta quadrant using Borg technology! > > Nux!