Skip to content

fix: colcon build issue in vision #8

@Methasit-Pun

Description

@Methasit-Pun

in vision_venv use setuptools version: 59.6.0
in gloval use setuptools version : 80.10.2

Therefore --uninstall error occured

To solve this,

Either

  • Uninstall the global setuptools from ~/.local
  • Use PYTHONNOUSERSITE=1 to ignore user site-packages
source vision_venv/bin/activate && PYTHONNOUSERSITE=1 colcon build --packages-select vision

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions