[Numpy-discussion] Installing numpy

Lianyuan Zheng lianyuanz at gmail.com
Fri Dec 11 14:34:24 EST 2020


Hello,

On my linux server, I downloaded the NUMPY package from GitHub (git clone
https://github.com/numpy/numpy.git) and then accessed the directory
"numpy".  When I typed command "python setup.py install", it shows the
following message:

  File "setup.py", line 51
    f"NumPy {VERSION} may not yet support Python "
                                                 ^
SyntaxError: invalid syntax

Obviously the installation failed.  Which python version is needed for this
numpy package?  The python version installed is version 2.7.5.

Thanks,
Lianyuan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/numpy-discussion/attachments/20201211/3e0958bc/attachment.html>


More information about the NumPy-Discussion mailing list