Skip to content

NumPy issue during install #560

Answered by rgommers
philipnenni asked this question in Q&A
Discussion options

You must be logged in to vote

Using cached scipy-1.9.1.tar.gz indicates that pip is trying to build SciPy from source. What is happening here is that there's no SciPy wheel for 32-bit Windows at https://pypi.org/project/scipy/1.9.1/#files.

You're not going to be able to resolve that easily. If you are new to Python and can start over, the best thing is to get rid of your 32-bit install completely, and install a 64-bit Python. If you don't know which one, I recommend the 64-bit Windows installer of Anaconda at https://www.anaconda.com/products/distribution. It already comes with NumPy, SciPy, Numba etc. pre-installed (maybe even sparse, no sure). Otherwise, if you prefer the python.org installer, also there 64-bit is r…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@philipnenni
Comment options

@rgommers
Comment options

@philipnenni
Comment options

@rgommers
Comment options

Answer selected by hameerabbasi
@philipnenni
Comment options

@rgommers
Comment options

@hameerabbasi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants