setools package throws an error in Jammy
During execution of setools on ubuntu jammy, I can see the following issues occure when executing all of the setools (e.g. seinfo)
~$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.5 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.5 LTS (Jammy Jellyfish)"
VERSION_
~$ seinfo
Traceback (most recent call last):
File "/home/
import setools
File "/home/
from .infoflow import InfoFlowAnalysis
File "/home/
import networkx as nx
File "/usr/lib/
import networkx.readwrite
File "/usr/lib/
from networkx.
File "/usr/lib/
class GraphML(object):
File "/usr/lib/
(np.float16, "float"), (np.float_, "float"),
File "/home/
raise AttributeError(
AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
I think this might be a bug, python3-numpy is installed in version python3-
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Manfred Hampl
- Solved:
- Last query:
- Last reply: