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
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