mikejgray / ovos-skill-projen

Opinionated best-practice skill generator for OVOS/Neon skills. Also has an option to retrofit Mycroft skills using OVOS best practices.
Apache License 2.0
6 stars 1 forks source link

When installing in editable mode entrypoint not found #24

Open dcm0 opened 7 months ago

dcm0 commented 7 months ago

Generating a PHAL (not tested this for a skill but the logic seems the same) and installing it in developer mode using pip install -e . results in OVOS not finding the the entrypoint for the module.

Possibly due to the directory structure not matching the parameters generated for the egg if things are left in place for -e