Displaying 4 results from an estimated 4 matches for "epypel".
Did you mean:
epel
2018 Apr 10
2
Semi-OT: install python package in userspace
...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 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/har...
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...
2018 Apr 10
0
Semi-OT: install python package in userspace
...s 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 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:
>>...
2018 Apr 06
9
Semi-OT: install python package in userspace
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 to write to system space: OSError: [Errno 13]
Permission denied: