Skip to content

Installation fails on Windows with Python 3.12 due to pandas build error #28

@rawatkhushbu

Description

@rawatkhushbu

Description

When installing dependencies on Windows using Python 3.12, the installation fails while building pandas==2.1.0.

Error Message

ERROR: Could not find vswhere.exe

Cause

Pip attempts to build pandas from source because precompiled wheels are not available for Python 3.12 on Windows, which requires Visual Studio C++ Build Tools.

Suggested Solution

  • Recommend using Python 3.10 or 3.11 in the README
  • Add a Windows-specific troubleshooting note

Environment

  • OS: Windows
  • Python version: 3.12.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions