This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: The modules Scipy and Pandas don't install in Win11-64
Type: compile error Stage: resolved
Components: Extension Modules, Installation, Windows Versions: Python 3.11, Python 3.10
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: natanael.quintino, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2021-10-21 12:24 by natanael.quintino, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg404592 - (view) Author: NATANAEL PEIXOTO QUINTINO (natanael.quintino) Date: 2021-10-21 12:24
Hi, I would like to report that the scipy and pandas modules are not installing via pip module commands on Windows 11 64-bit. Thanks
msg404595 - (view) Author: Paul Moore (paul.moore) * (Python committer) Date: 2021-10-21 12:44
That's probably because you're using Python 3.10 (assuming the "version" tag you added is correct) and those libraries haven't released Windows binaries for Python 3.10 yet.

You should wait for binaries to be released, and check with the projects themselves if you need an indication of timescales. It's not unusual for projects to take a few weeks to get binaries built after a new Python release.

If this isn't the issue, please provide more details of what is wrong.
History
Date User Action Args
2022-04-11 14:59:51adminsetgithub: 89716
2021-10-21 12:44:23paul.mooresetstatus: open -> closed
resolution: not a bug
messages: + msg404595

stage: resolved
2021-10-21 12:24:55natanael.quintinocreate