nautobot / nornir-nautobot

Nornir inventory and plugins for Nautobot.
https://docs.nautobot.com/projects/nornir-nautobot/en/latest/
31 stars 25 forks source link

Not able to install package in edit mode #129

Closed housepbass closed 10 months ago

housepbass commented 10 months ago

Not able to install package in edit mode due to non PEP-517 compliant build-system config in pyproject.toml. Traceback when attempting this:

pip install -e plugins/ah-nornir-nautobot

Obtaining file:///Users/anthonyhouse/git_repos/nautobot-local-env/plugins/ah-nornir-nautobot
  Installing build dependencies ... done
  Checking if build backend supports build_editable ... done
ERROR: Project file:///Users/anthonyhouse/git_repos/nautobot-local-env/plugins/ah-nornir-nautobot has a 'pyproject.toml' and its build backend is missing the 'build_editable' hook. Since it does not have a 'setup.py' nor a 'setup.cfg', it cannot be installed in editable mode. Consider using a build backend that supports PEP 660.