Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detailed project dependencies needed. #272

Open
tirans opened this issue Apr 17, 2023 · 1 comment
Open

detailed project dependencies needed. #272

tirans opened this issue Apr 17, 2023 · 1 comment

Comments

@tirans
Copy link

tirans commented Apr 17, 2023

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:

  • OS: Ubuntu 22.04 / Fedora 37
  • Python3.10
  • Netbox agent version : master

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)

@CllaudiaB
Copy link
Collaborator

CllaudiaB commented Aug 5, 2024

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> or python3 -m netbox_agent.cli <argument name>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants