Displaying 2 results from an estimated 2 matches for "wyb0pj".
Did you mean:
web0p1
2017 Feb 06
3
Centos6.8 and Python33
...asy_install pip
[root at sge ~]$ pip install numpy
Collecting numpy
Using cached numpy-1.12.0.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-wyb0pj/numpy/setup.py", line 34, in <module>
raise RuntimeError("Python version 2.7 or >= 3.4 required.")
*RuntimeError: Python version 2.7 or >= 3.4 required.
[root at sge ~]$which python
/opt/rh/python33/root/usr/bin/python
[root at sge ~]$which pip
/opt/rh/python33...
2017 Feb 06
0
Centos6.8 and Python33
...]$ pip install numpy
> Collecting numpy
> Using cached numpy-1.12.0.zip
> Complete output from command python setup.py egg_info:
> Traceback (most recent call last):
> File "<string>", line 1, in <module>
> File "/tmp/pip-build-wyb0pj/numpy/setup.py", line 34, in <module>
> raise RuntimeError("Python version 2.7 or >= 3.4 required.")
> *RuntimeError: Python version 2.7 or >= 3.4 required.
>
>
> *I'm not familar with python and I do not find on google how to work arround
&...