-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[BUG] 71.0.0 missing setuptools\cli-64.exe #4475
Comments
I suspect the offending commit is fa7ee91. While all it does is add an include, my guess is that its presence causes other package data not to be included. |
Confirmed. If I revert that commit, the wheel gets the cli scripts. If I do that, however, I don't encounter this kind of fluctuation in other projects because I employ |
Re-reading #2505, I see that the main issue was how bloated the wheels where, but it turned out they were bloated by design, primarily because they included new binary artifacts, binary artifacts that are now gone (wininst executables). Therefore, I'd like to try to re-introduce |
[setting this to high priority as requested by my manager] :P |
Attempting to restore
|
It's more important to be able to include the important resources than to exclude unwanted ones. Ref #4475.
It's more important to be able to include the important resources than to exclude unwanted ones. Ref #4475.
I deleted the first test, as it's basically redundant to and covered by the latter test. I've disabled the second test for now, so we can get a fix out sooner. |
It's more important to be able to include the important resources than to exclude unwanted ones. Ref #4475.
Perhaps release 71.0.0 shall be retracted from PyPI first, considering the impacts. There are 3 other bugs reported for this release as well... |
It's more important to be able to include the important resources than to exclude unwanted ones. Ref #4475.
Yes, perhaps. Since 71.0.1 with the fix had to be yanked, this issue is once again open. |
Now that #4485 is removed, this fix should go out with the 71.0.2 release. |
thanks for all your hardwork @jaraco Hopefully today you can relax :) |
setuptools version
setuptools==71.0.0
Python version
Python 3.10
OS
Windows 64 Bit
Additional environment information
No response
Description
trying to editable install a package with console_scripts and getting
error: [Errno 2] No such file or directory: 'C:\Users\mhuisman\Envs\3.10\lib\site-packages\setuptools\cli-64.exe'
reverting to setuptools==70.3.0 fixes the issue
Expected behavior
no error and installs succesfully
How to Reproduce
sorry, the code is close-sourced / work
but i suspect trying to install any setup.py with console_scripts in entry_points will cause the issue
Output
The text was updated successfully, but these errors were encountered: