Replies: 6 comments 3 replies
-
Yes, netifaces is deprecated and should be uninstall. instead netifaces2 should be install:
|
Beta Was this translation helpful? Give feedback.
-
I get the aforementioned error when I have netifaces2 installed. |
Beta Was this translation helpful? Give feedback.
-
I saw Commit 728f86f in 4.3.0.8 and so I retried What are you thinking here? Is this a Glances/netifaces2 issue? or a Windows python netifaces2 lib issue? or something else again? |
Beta Was this translation helpful? Give feedback.
-
Seeing the same thing on my end. I just did a fresh install on my new Mac mini. |
Beta Was this translation helpful? Give feedback.
-
I believe this happens when the The method called unconditionally imports
|
Beta Was this translation helpful? Give feedback.
-
Same problem still occurs in latest version. I have installed everything 'fresh' (all python packages), I updated all and spent hours to solve cause of error. Python 3.13.3 Exactly same error message as ones above. After saw this issue, I uninstalled netifaces2, installed netifaces and then problem solved. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Ref this as starting point - #3064
So after installing via
pip install glances
all was fine.Then ran
pip install glances[all]
which also installed netifaces2 lib and when I then ran Glances I got error:I disabled Ports module in my conf file but it still errors.
After removing Glances and resinstalling (pip install glances) I continued to get the same error.
I've had to delete:
to get Glances running again.
It seems like the move from netifaces to netifaces2 may be the cause of this?
Environment
glances.conf-no Ports.txt
Beta Was this translation helpful? Give feedback.
All reactions