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 8a361ae commit b47d3a1Copy full SHA for b47d3a1
rasa/__main__.py
@@ -67,6 +67,7 @@ def create_argument_parser() -> argparse.ArgumentParser:
67
68
def print_version() -> None:
69
"""Prints version information of rasa tooling and python."""
70
+
71
python_version, os_info = sys.version.split("\n")
72
try:
73
from rasax.community.version import __version__ # pytype: disable=import-error
0 commit comments