-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
BUILD: 2.1.0 not installable via installer because of duplicate files in wheel #54888
Comments
Note that |
Do you know if this issue is present on the uploaded wheels to PyPI? Inspecting this wheel (the manylinux wheel for Python 3.11) https://files.pythonhosted.org/packages/d9/26/895a49ebddb4211f2d777150f38ef9e538deff6df7e179a3624c663efc98/pandas-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl, I only see 1 |
Indeed the wheel from PyPI looks and works fine. I'll try digging in. |
Apparently |
Guessing by the warnings from diff --git a/pandas/_libs/meson.build b/pandas/_libs/meson.build
index f302c649bc..ddce9ea2d6 100644
--- a/pandas/_libs/meson.build
+++ b/pandas/_libs/meson.build
@@ -113,8 +113,4 @@ foreach ext_name, ext_dict : libs_sources
)
endforeach
-py.install_sources('__init__.py',
- pure: false,
- subdir: 'pandas/_libs')
-
subdir('window')
diff --git a/pandas/_libs/tslibs/meson.build b/pandas/_libs/tslibs/meson.build
index 14d2eef46d..a862345c3a 100644
--- a/pandas/_libs/tslibs/meson.build
+++ b/pandas/_libs/tslibs/meson.build
@@ -30,7 +30,3 @@ foreach ext_name, ext_dict : tslibs_sources
install: true
)
endforeach
-
-py.install_sources('__init__.py',
- pure: false,
- subdir: 'pandas/_libs/tslibs') and got a correct wheel as a result. |
Lines 27 to 44 in 6884d1c
They're installed in bulk, and then manually installed again. |
No this if for |
I see |
My bad, I must have typo'ed there. Thanks for the catch! |
Ok, indeed removing Full list of missing files
Most of them seem fine to skip but:
|
Ping. |
Sorry for the wait. I'll try and get something up tomorrow. |
Thanks. I can confirm that current git seems to install fine. |
Installation check
Platform
Linux-6.4.7-gentoo-dist-x86_64-AMD_Ryzen_5_3600_6-Core_Processor-with-glibc2.38
Installation Method
Built from source
pandas Version
2.1.0
Python Version
3.11.5
Installation Logs
Build log
The text was updated successfully, but these errors were encountered: