Cannot compile on Fedora 36
- Vorherrschende Sprache
- Python
- Sterne
- 50
- Forks
- 129
- Ø Merge
- 3 T. 10 Std.
- Gemergte PRs (30 T.)
- 3
Beschreibung
I+m trzing to compile the source install of ros2 on Fedora 36 follwing [the tutorial for RHEL](https://docs.ros.org/en/rolling/Installation/Alternatives/RHEL-Development-Setup.html). When running this command `colcon build --symlink-install --cmake-args -DTHIRDPARTY_Asio=ON --no-warn-unused-cli` is have the following error:
```
--- stderr: ament_lint
/usr/lib/python3.10/site-packages/setuptools/command/easy_install.py:156: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
/usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
error: [Errno 2] No such file or directory: '/home/malcolm/ros_ws/ros2_rolling/install/ament_lint/lib/python3.10/site-packages/ament-lint.egg-link'
---
```
Not sure what to do about it hence why I post the issue here for someone who will know.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.