Giter Site home page Giter Site logo

Comments (8)

Zarzook avatar Zarzook commented on May 20, 2024 1

Same problem as @MaelJego still

Add-on: Glances
A cross-platform system monitoring tool

Add-on version: 0.17.1
You are running the latest version of this add-on.
System: Home Assistant OS 9.3 (aarch64 / raspberrypi4-64)
Home Assistant Core: 2022.11.4
Home Assistant Supervisor: 2022.11.2

Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.

INFO: Starting Glances...
Glances Web User Interface started on http://127.0.0.1:61209/
INFO: Starting NGinx...
Traceback (most recent call last):
File "/usr/bin/glances", line 8, in
sys.exit(main())
File "/usr/lib/python3.10/site-packages/glances/init.py", line 179, in main
start(config=core.get_config(), args=core.get_args())
File "/usr/lib/python3.10/site-packages/glances/init.py", line 108, in start
mode = GlancesMode(config=config, args=args)
File "/usr/lib/python3.10/site-packages/glances/standalone.py", line 45, in init
self.stats = GlancesStats(config=config, args=args)
File "/usr/lib/python3.10/site-packages/glances/stats.py", line 39, in init
self.load_modules(self.args)
File "/usr/lib/python3.10/site-packages/glances/stats.py", line 90, in load_modules
self.load_exports(args=args)
File "/usr/lib/python3.10/site-packages/glances/stats.py", line 162, in load_exports
export_module = import(self._exports_all[export_name])
File "/usr/lib/python3.10/site-packages/glances/exports/glances_influxdb.py", line 18, in
from influxdb import InfluxDBClient
File "/usr/lib/python3.10/site-packages/influxdb/init.py", line 9, in
from .client import InfluxDBClient
File "/usr/lib/python3.10/site-packages/influxdb/client.py", line 23, in
from six.moves.urllib.parse import urlparse
ModuleNotFoundError: No module named 'six'

from addon-glances.

TheDK avatar TheDK commented on May 20, 2024 1

Same problem:

-----------------------------------------------------------
 Add-on: Glances
 A cross-platform system monitoring tool
-----------------------------------------------------------
 Add-on version: 0.17.1
 You are running the latest version of this add-on.
 System: Home Assistant OS 9.3  (aarch64 / odroid-n2)
 Home Assistant Core: 2022.11.4
 Home Assistant Supervisor: 2022.11.2
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
INFO: Starting Glances...
Glances Web User Interface started on http://127.0.0.1:61209/
INFO: Starting NGinx...
Traceback (most recent call last):
  File "/usr/bin/glances", line 8, in <module>
    sys.exit(main())
  File "/usr/lib/python3.10/site-packages/glances/__init__.py", line 179, in main
    start(config=core.get_config(), args=core.get_args())
  File "/usr/lib/python3.10/site-packages/glances/__init__.py", line 108, in start
    mode = GlancesMode(config=config, args=args)
  File "/usr/lib/python3.10/site-packages/glances/standalone.py", line 45, in __init__
    self.stats = GlancesStats(config=config, args=args)
  File "/usr/lib/python3.10/site-packages/glances/stats.py", line 39, in __init__
    self.load_modules(self.args)
  File "/usr/lib/python3.10/site-packages/glances/stats.py", line 90, in load_modules
    self.load_exports(args=args)
  File "/usr/lib/python3.10/site-packages/glances/stats.py", line 162, in load_exports
    export_module = __import__(self._exports_all[export_name])
  File "/usr/lib/python3.10/site-packages/glances/exports/glances_influxdb.py", line 18, in <module>
    from influxdb import InfluxDBClient
  File "/usr/lib/python3.10/site-packages/influxdb/__init__.py", line 9, in <module>
    from .client import InfluxDBClient
  File "/usr/lib/python3.10/site-packages/influxdb/client.py", line 23, in <module>
    from six.moves.urllib.parse import urlparse
ModuleNotFoundError: No module named 'six'

from addon-glances.

TheDK avatar TheDK commented on May 20, 2024

@ferrix Would you mind taking a look? Thanks!

from addon-glances.

pedrojreis avatar pedrojreis commented on May 20, 2024

I also have the same issue, just wanted to add that I suspect that this problem started since 0.17.0 as I lost influx logs since the 10th of November.

from addon-glances.

MaelJego avatar MaelJego commented on May 20, 2024

I also have the same issue, just wanted to add that I suspect that this problem started since 0.17.0 as I lost influx logs since the 10th of November.

That’s right. 0.17.1 is an attempt to fix this problem, appeared in 0.17.0

from addon-glances.

chichin79 avatar chichin79 commented on May 20, 2024

Dont know if it's relevant but same problem here, same error code as above: ModuleNotFoundError: No module named 'six'

from addon-glances.

DarkShadow-1 avatar DarkShadow-1 commented on May 20, 2024

Same problem as all above with same error

Add-on: Glances
A cross-platform system monitoring tool

Add-on version: 0.17.1
You are running the latest version of this add-on.
System: Home Assistant OS 9.3 (amd64 / qemux86-64)
Home Assistant Core: 2022.11.5
Home Assistant Supervisor: 2022.11.2

Traceback (most recent call last):
File "/usr/bin/glances", line 8, in
sys.exit(main())
File "/usr/lib/python3.10/site-packages/glances/init.py", line 179, in main
start(config=core.get_config(), args=core.get_args())
File "/usr/lib/python3.10/site-packages/glances/init.py", line 108, in start
mode = GlancesMode(config=config, args=args)
File "/usr/lib/python3.10/site-packages/glances/standalone.py", line 45, in init
self.stats = GlancesStats(config=config, args=args)
File "/usr/lib/python3.10/site-packages/glances/stats.py", line 39, in init
self.load_modules(self.args)
File "/usr/lib/python3.10/site-packages/glances/stats.py", line 90, in load_modules
self.load_exports(args=args)
File "/usr/lib/python3.10/site-packages/glances/stats.py", line 162, in load_exports
export_module = import(self._exports_all[export_name])
File "/usr/lib/python3.10/site-packages/glances/exports/glances_influxdb.py", line 18, in
from influxdb import InfluxDBClient
File "/usr/lib/python3.10/site-packages/influxdb/init.py", line 9, in
from .client import InfluxDBClient
File "/usr/lib/python3.10/site-packages/influxdb/client.py", line 23, in
from six.moves.urllib.parse import urlparse
ModuleNotFoundError: No module named 'six'

from addon-glances.

SantaFox avatar SantaFox commented on May 20, 2024

Confirmed.

-----------------------------------------------------------
 Add-on: Glances
 A cross-platform system monitoring tool
-----------------------------------------------------------
 Add-on version: 0.17.1
 You are running the latest version of this add-on.
 System: Debian GNU/Linux 11 (bullseye)  (amd64 / qemux86-64)
 Home Assistant Core: 2022.12.1
 Home Assistant Supervisor: 2022.11.2
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
INFO: Starting Glances...
Glances Web User Interface started on http://127.0.0.1:61209/
INFO: Starting NGinx...
Traceback (most recent call last):
  File "/usr/bin/glances", line 8, in <module>
    sys.exit(main())
  File "/usr/lib/python3.10/site-packages/glances/__init__.py", line 179, in main
    start(config=core.get_config(), args=core.get_args())
  File "/usr/lib/python3.10/site-packages/glances/__init__.py", line 108, in start
    mode = GlancesMode(config=config, args=args)
  File "/usr/lib/python3.10/site-packages/glances/standalone.py", line 45, in __init__
    self.stats = GlancesStats(config=config, args=args)
  File "/usr/lib/python3.10/site-packages/glances/stats.py", line 39, in __init__
    self.load_modules(self.args)
  File "/usr/lib/python3.10/site-packages/glances/stats.py", line 90, in load_modules
    self.load_exports(args=args)
  File "/usr/lib/python3.10/site-packages/glances/stats.py", line 162, in load_exports
    export_module = __import__(self._exports_all[export_name])
  File "/usr/lib/python3.10/site-packages/glances/exports/glances_influxdb.py", line 18, in <module>
    from influxdb import InfluxDBClient
  File "/usr/lib/python3.10/site-packages/influxdb/__init__.py", line 9, in <module>
    from .client import InfluxDBClient
  File "/usr/lib/python3.10/site-packages/influxdb/client.py", line 23, in <module>
    from six.moves.urllib.parse import urlparse
ModuleNotFoundError: No module named 'six'

from addon-glances.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.