-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: configparser.NoSectionError: No section: 'versioneer' #51499
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
What version of setuptools are you on? I think you need at least setuptools 61 |
you also need |
🤔 should the README still be recommending this actually? https://github.com/pandas-dev/pandas#installation-from-sources |
I have setuptools installed. |
I just tried this, and installing |
Ah, makes sense. setuptools vendors their own tomli, so that's why it wouldn't be installed. I feel like maybe IIRC, |
Yes, that fixed it.
Thank you very much. |
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
Issue Description
Cannot install pandas from source.
Expected Behavior
To have the versioneer details in setup.cfg so it will install.
Installed Versions
Replace this line with the output of pd.show_versions()
The text was updated successfully, but these errors were encountered: