because anaconda reinstall , It can not be used normally python Of
I am here GitHub Download it. numpy Source code
I unzipped this file into my project directory
But it cannot be called normally
# The first kind of code
import numpy as np
np.arange(9)
# The second code
import numpy.numpy as np
np.arange(9)
The result of the first code
The result of the first code
I don't know how to use GitHub Source code downloaded from ,readme It doesn't say how to use it
Sure import numpy as np success , have access to numpy This package