-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: error: may be used uninitialized. In alpine #35622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Which file was being compiled? |
parsing.c
|
Initialize year to silence warning due to subtracting from value that compiler cannot reason must be either initialized or never reached closes pandas-dev#35622
This is a suprious warning in the sense that the uninitialized year cannot be hit. This said, it is free to initialize it above. |
Initialize year to silence warning due to subtracting from value that compiler cannot reason must be either initialized or never reached closes #35622
Hi , Is the issue fixed I am still getting the error , when trying to install pandas in docker . version : pandas-1.1.1 |
1.2 |
when is the latest version released. The latest version shows as 1.1.1 |
1.2 is not released yet |
For anyone else running into this, we just pinned |
[ x ] I have checked that this issue has not already been reported. (Not as a separate issue)
[ x ] I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Problem description
In an alpine contarner, running
pip3 install pandas=1.1.0
,results in error:
Expected Output
Successful install
The text was updated successfully, but these errors were encountered: