-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
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
@radoering @yuji38kwmt I'd like to have a go at it |
@yuji38kwmt isn't this already the case? The message "Preparing ..." is shown when a wheel is being prepared (ie. built). poetry/src/poetry/installation/executor.py Lines 587 to 610 in bd500dd
poetry/src/poetry/installation/executor.py Lines 707 to 714 in bd500dd
|
Agree with this. Facing a similar issue where I have a slow (7 min) build on a gh actions runner, but even with All I see is |
No, that's not the case. |
@radoering , @yuji38kwmt , @python-poetry/triage, if this issue hasn't been addressed yet, I would be interested in working on it! |
@radoering , @yuji38kwmt , @python-poetry/triage, I opened a pull request that addresses this issue. Please review and let me know if you have any feedback! |
Hi @radoering and @yuji38kwmt , I wanted to follow up on my PR, which I opened about a week ago and hasn't been reviewed yet. Do you know if there is a particular maintainer that I should tag in order to get it looked at? This is my first contribution for the poetry project, so I'm not entirely sure what the usual process or review timeline looks like. Happy to make any changes if needed, just let me know! |
I will try to take a look at the end of the week. |
@radoering , thank you very much! |
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: