We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3853d34 commit 50348cbCopy full SHA for 50348cb
rapids_cli/debug/debug.py
@@ -85,6 +85,7 @@ def run_debug(output_format="console"):
85
),
86
"python_version_full": sys.version,
87
"python_version": f"{sys.version_info.major}.{sys.version_info.minor}.{sys.version_info.micro}",
88
+ "python_hash_info": str(sys.hash_info),
89
"package_versions": gather_package_versions(),
90
"pip_packages": gather_command_output(["pip", "freeze"], "Pip not installed"),
91
"conda_packages": gather_command_output(
0 commit comments