Skip to content

setup.py install: problem with file paths #6

@MedericFourmy

Description

@MedericFourmy

For now, installing cosypose using python setup.py install or pip install . (equivalent) has 2 issues:

  • path to local_data folder is assumed to be in the project/package folder (see this line), which is not copied in the installed package (and should not be)
  • cosypose/config_yann.yaml is also assumed to be present in the installed package but it is not for copied

NB: python setup.py develop or pip install -e .` works perfectly fine but is normally used while developing the package itself

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions