-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
BugDependenciesRequired and optional dependenciesRequired and optional dependenciesNeeds InfoClarification about behavior needed to assess issueClarification about behavior needed to assess issue
Description
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.
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
Labels
BugDependenciesRequired and optional dependenciesRequired and optional dependenciesNeeds InfoClarification about behavior needed to assess issueClarification about behavior needed to assess issue