I want the poetry add
command to output information to the log so that it can be seen that the wheel file is being built.
#9865
Labels
Issue Kind
Change in current behaviour
Description
For pandas 2.0.1, there is no wheel file built with Python 3.12.
https://pypi.org/project/pandas/2.0.1/#files
Therefore, poetry tries to build a wheel file with Python 3.12.
But the log only shows "Preparing...", so it is not clear that poetry build a wheel file.
This message alone doesn't tell me why it's taking so long.
I would like a message like "Building a wheel file" to be output to the log.
Impact
Once users know what you're building, users can take action, such as changing the version of Pandas you're using.
Workarounds
When adding the "-vvv" option, the message "Getting build dependencies for wheel..." will be output to the log.
The text was updated successfully, but these errors were encountered: