Skip to content

BUG: NumPy 1.23.2 may not yet support Python 3.11 #50945

@carlos-rian

Description

@carlos-rian

Pandas version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pandas.

  • I have confirmed this bug exists on the main branch of pandas.

Reproducible Example

# use python3.11 on the Alpine Docker Image

Issue Description

Description

I get this error when trying to install Pandas using Python3.11 on the Alpine docker image.

image

Numpy is supported using version 1.24.1 for Python3.11.

Reproducible example:

  • requirements.txt
pandas==1.5.3
  • dockerfile
FROM python:alpine
RUN apk update
RUN apk add gcc
RUN pip install -U setuptools pip
COPY requirements.txt .
RUN pip install -r requirements.txt

Run docker command

docker build --tag=test .

Expected Behavior

See Issue Description

Installed Versions

pandas==1.5.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugDependenciesRequired and optional dependenciesNeeds InfoClarification about behavior needed to assess issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions