Skip to content
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

The use of --symlink-install can be unpredictable #41

Closed
whoenig opened this issue Jun 14, 2022 · 5 comments
Closed

The use of --symlink-install can be unpredictable #41

whoenig opened this issue Jun 14, 2022 · 5 comments

Comments

@whoenig
Copy link

whoenig commented Jun 14, 2022

Some of our packages use Python with setup.py. In that case, symlink-install doesn't work as intended.

We should either switch to cmake-based build everywhere (even for Python-only packages), or discourage the use of --symlink-install.

See: colcon/colcon-core#407

@whoenig
Copy link
Author

whoenig commented Aug 9, 2022

This is currently only relevant for Python packages that use config and/or launch files. At the moment, this is only the experimental crazyflie_server_py package.

@knmcguire
Copy link
Collaborator

until now I haven't had many issues with the --symlink-install myself when working on the crazyflie_server_py. I do remember that I indeed had issues with the config yaml files a while ago, but I've recently updated my galactic ROS2 and haven't seen this issue anymore actually. Maybe it's secretively fixed?

@whoenig
Copy link
Author

whoenig commented Aug 9, 2022

If you don't see a problem, then we can close this issue for now.

@whoenig whoenig closed this as completed Aug 9, 2022
@HappySamuel
Copy link

HappySamuel commented Feb 2, 2024

Hi @whoenig , @knmcguire

I am using the python only package, i faced the issue that when i use colcon build --symlink-install, but no symlink created at all. How shall i solve this?

Best,
Samuel

@whoenig
Copy link
Author

whoenig commented Feb 2, 2024

@HappySamuel, please open a new discussion and describe what problem you are facing (what did you do, what was the observed behavior, what is the expected behavior?). Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants