Opened 12 months ago

Last modified 12 months ago

#68211 closed defect

Glances won't run after upgrade from 3.1.7_0 to 3.4.0.3_0 — at Initial Version

Reported by: brianallenlevine Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: glances

Description

xxxxxx@xxxxxxx ~ % glances

Password:

Traceback (most recent call last):

File "/opt/local/bin/glances", line 5, in <module>

from glances import main

File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/glances/init.py", line 35, in <module>

from glances.compat import PY3

File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/glances/compat.py", line 25, in <module>

from glances.logger import logger

File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/glances/logger.py", line 20, in <module>

from glances.globals import safe_makedirs

File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/glances/globals.py", line 16, in <module>

import ujson

ModuleNotFoundError: No module named 'ujson'

xxxxxx@xxxxxxx ~ %

Change History (0)

Note: See TracTickets for help on using tickets.