-
Notifications
You must be signed in to change notification settings - Fork 4
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
ImportError #14
Comments
Seems to work in a fresh [fab@11:~/import-netdata]$ source bin/activate
(import-netdata)
[fab@11:~/import-netdata]$ pip install netdata
Collecting netdata
[...]
(import-netdata)
[fab@11:~/import-netdata]$ python
Python 3.10.11 (main, Apr 4 2023, 22:10:32) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import netdata
>>> netdata.Netdata('localhost')
<netdata.Netdata object at 0x7f84c015ba00> |
i've change |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ImportError
cannot import name 'Netdata' from partially initialized module 'netdata' (most likely due to a circular import)
when I try to run example.py
`
pip show netdata
Name: netdata
Version: 1.1.0
Summary: Python API for interacting with Netdata
Home-page: https://github.com/home-assistant-ecosystem/python-netdata
Author: Fabian Affolter
Author-email: [email protected]
License: MIT
Location: /usr/local/lib/python3.9/site-packages
Requires: httpx, yarl
Required-by:
python3 --version
Python 3.9.13
`
The text was updated successfully, but these errors were encountered: