search for: cp27

Displaying 5 results from an estimated 5 matches for "cp27".

Did you mean: cp2
2018 Apr 06
3
Semi-OT: install python package in userspace
...e: 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...
2017 Sep 07
1
Failed building wheel for libvirt-python
...tools, tokenize;__file__='/tmp/pip-build-g9ai0P/libvirt-python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpsHlvcmpip-wheel- --python-tag cp27: running bdist_wheel running build /usr/bin/pkg-config --print-errors --atleast-version=0.9.11 libvirt /usr/bin/python generator.py libvirt /usr/share/libvirt/api/libvirt-api.xml Found 415 functions in /usr/share/libvirt/api/libvirt-api.xml Found 0 functions in libvirt-override-api.xml...
2018 Apr 06
0
Semi-OT: install python package in userspace
...l seems 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...
2018 Apr 06
0
Semi-OT: install python package in userspace
...ion 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....
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: