-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
bld_ament_python.bat does not work properly with setuptools==69 #135
Comments
This cause the following error in Windows build:
See https://github.com/RoboStack/ros-humble/actions/runs/7795290057/job/21257981841 . |
Interestingly, running locally:
with setuptools==69 works fine:
but for some reason the ament-copyright build in the CI instead installd the scripts in
|
I reproduced the problem locally, and RoboStack/vinca#47 apparently fixes the problem, even if I am not fully understanding what was going on. |
Solution to issue cannot be found in the documentation.
Issue
#124 bumped setuptools from 61 to 69 and this broke the fact that python binaries are installed in
%CONDA_PREFIX%\Library\bin
instead%CONDA_PREFIX%\Library\Scripts
.Installed packages
.
Environment info
.
The text was updated successfully, but these errors were encountered: