detailed project dependencies needed. #272
Labels
No labels
help wanted
need testing
status: accepted
status: discussing
type: bug
type: documentation
type: duplicate
type: enhancement
type:hardware
type: invalid
type: major feature
type: minor feature
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DGNum/netbox-agent#272
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
Due to my experience in failing to run this repo on fedora 37 & ubuntu 22.04 with python3.10 it's obvious this repo will benefit from additional essential details on the required dependencies.
I can add a dockerfile etc to this repo to minimize users issues.
Expected behavior
tested on os distribution (ubuntu 20.04 etc)
a list of depended packages versions.
Configuration file
not loaded.
Environment:
Additional context
another issue is that running
netbox_agent/cli.py
ends with
logger = logging.getLogger(name)
AttributeError: partially initialized module 'logging' has no attribute 'getLogger' (most likely due to a circular import)
Hello @tirans ,
To run the program without this error:
AttributeError: partially initialized module 'logging' has no attribute 'getLogger' (most likely due to a circular import)
you can use the command:netbox_agent <argument name>
orpython3 -m netbox_agent.cli <argument name>