-
- Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
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
running egg_info writing src\my_test_framework.egg-info\PKG-INFO writing dependency_links to src\my_test_framework.egg-info\dependency_links.txt writing entry points to src\my_test_framework.egg-info\entry_points.txt writing requirements to src\my_test_framework.egg-info\requires.txt writing top-level names to src\my_test_framework.egg-info\top_level.txt reading manifest file 'src\my_test_framework.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src\my_test_framework.egg-info\SOURCES.txt' running build_ext Creating c:\users\mhuisman\envs\3.10\lib\site-packages\my-test-framework.egg-link (link to src) Adding my-test-framework 2.0.365+5eb0314 to easy-install.pth file Installing gui_test_runner-script.py script to C:\Users\mhuisman\Envs\3.10\Scripts error: [Errno 2] No such file or directory: 'C:\\Users\\mhuisman\\Envs\\3.10\\lib\\site-packages\\setuptools\\cli-64.exe' [end of output]