frozen numpy error on cmd

[oracle@localhost myProjects]$ python3 -m venv env
Traceback (most recent call last):
  File "<frozen runpy>", line 189, in _run_module_as_main
  File "<frozen runpy>", line 148, in _get_module_details
  File "<frozen runpy>", line 112, in _get_module_details
  File "/usr/local/lib/python3.11/venv/__init__.py", line 7, in <module>

That’s saying where the error is, but not what the error is. Was there more in that traceback?

Also, where does it say “numpy”? I see only “runpy”.