Displaying 4 results from an estimated 4 matches for "cp27mu".
Did you mean:
cp1emu
2018 Apr 06
3
Semi-OT: install python package in userspace
...Error: [Errno 13]
>> Permission denied:
>> '/usr/lib64/python2.7/site-packages/numpy-1.7.1.dist-info
>
> can't reproduce your issue:
>
> [ulf at centos7-x1 ~]$ pip install --user scikit-learn
> Collecting scikit-learn
> Downloading scikit_learn-0.19.1-cp27-cp27mu-manylinux1_x86_64.whl (12.2MB)
> 100% |????????????????????????????????| 12.2MB 101kB/s
> Installing collected packages: scikit-learn
> Successfully installed scikit-learn-0.19.1
> You are using pip version 8.1.2, however version 9.0.3 is available.
> You should consider upgradi...
2018 Apr 06
0
Semi-OT: install python package in userspace
...ms to want to write to system space: OSError: [Errno 13]
> Permission denied:
> '/usr/lib64/python2.7/site-packages/numpy-1.7.1.dist-info
can't reproduce your issue:
[ulf at centos7-x1 ~]$ pip install --user scikit-learn
Collecting scikit-learn
Downloading scikit_learn-0.19.1-cp27-cp27mu-manylinux1_x86_64.whl (12.2MB)
100% |????????????????????????????????| 12.2MB 101kB/s
Installing collected packages: scikit-learn
Successfully installed scikit-learn-0.19.1
You are using pip version 8.1.2, however version 9.0.3 is available.
You should consider upgrading via the 'pip instal...
2018 Apr 06
0
Semi-OT: install python package in userspace
...enied:
>>> '/usr/lib64/python2.7/site-packages/numpy-1.7.1.dist-info
>>>
>>
>> can't reproduce your issue:
>>
>> [ulf at centos7-x1 ~]$ pip install --user scikit-learn
>> Collecting scikit-learn
>> Downloading scikit_learn-0.19.1-cp27-cp27mu-manylinux1_x86_64.whl
>> (12.2MB)
>> 100% |????????????????????????????????| 12.2MB 101kB/s
>> Installing collected packages: scikit-learn
>> Successfully installed scikit-learn-0.19.1
>> You are using pip version 8.1.2, however version 9.0.3 is available.
>>...
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: