Error status at run custom script from NetBox WebUI #20816
-
NetBox EditionNetBox Community NetBox Versionv4.4.6 Python Version3.12 Steps to Reproduce1 Create and upload custom script to Netbox Expected Behavior2 Run from CLI it's Ok Observed Behavior3 Run from WebUI: Error: ModuleNotFoundError: No module named 'icmplib' How to fix it? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@spot62, I've converted this bug report in to a discussion in the Help Wanted section, since it's not really a bug with NetBox. See this discussion answer, which provides the answer, which is to ensure that |
Beta Was this translation helpful? Give feedback.
@spot62, I've converted this bug report in to a discussion in the Help Wanted section, since it's not really a bug with NetBox. See this discussion answer, which provides the answer, which is to ensure that
icmplibis installed in the virtualenv in which you are running NetBox. You can read more aboutlocal_requirements.txtin the installation docs.