Installation check
- [X] I have read the installation guide.
Platform
Windows-7-6.1.7601-SP1
Installation Method
Other
pandas Version
2.0.0.
Python Version
3.9.16
Installation Logs
Installation via Poetry (version 1.4.2)
Comment From: lithomas1
@alimaks This should be a duplicate of #52465, #52697. A fix is scheduled for pandas 2.0.1. In the meantime, you can ignore the warnings from poetry, those files are meant for inclusion in the pandas wheel.
Please search the issue tracker next time. Thanks.
Comment From: alimaks
Yes, I saw #52465, #52697, but there was a different version of Python (3.11), whereas I have 3.9 and an older operating system. I thought that made a difference.
In the meantime, you can ignore the warnings from poetry
Does this message mean that Pandas 2.0.0 will work for me now or should I wait for version 2.0.1?
Sorry for the simple questions, I'm a beginner ))
Comment From: lithomas1
No worries. Unfortunately, you'll still get the warnings on pandas 2.0, since there is no way for us to modify the uploaded wheels on PyPI retroactively.
(2.0.1 should be out in roughly 2 weeks time)
pandas should still be fine to use despite the warnings, though.
Comment From: alimaks
Thank you very much! It's all clear now))