armarest script not working
Describe the bug
armarest script throws error
Steps to Reproduce
use script
Expected behavior
it not not throw error duuuu
Priority
What is the impact of this bug on the user, how critical is to fix? P0, P1 .. P4 (This action doesn't effectively associate the issue with a label; it's intended solely for the benefit of the document's reader.)
-
Priority high (P0) -
Priority medium/high (P1) -
Priority medium (P2) -
Priority low (P3) -
Priority none (P4)
Reference - Google Issue tracker priority levels
Environment
labs pc
Output
If applicable, paste any relevant console output or error messages here. This can help us understand the technical details of the issue.
$ armarest run --no-auth
Python 3.10.0
/common/homes/students/ughlu_gleissner/flux/tools/python/3.10/install/bin/python3.10
Traceback (most recent call last):
File "/common/homes/students/ughlu_gleissner/flux/tools/python/3.10/install/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/common/homes/students/ughlu_gleissner/flux/tools/python/3.10/install/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/common/homes/students/ughlu_gleissner/flux/armarx/core/armarest/backend/__main__.py", line 3, in <module>
from typeguard.importhook import TypeguardFinder, install_import_hook
ModuleNotFoundError: No module named 'typeguard'
Screenshots/Video
If applicable, you can add screenshots or a video to help explain your problem. Please mark the area in the application that's impacted.
Additional context
Provide any additional information that might help us understand and resolve the issue. Include error messages, related tasks, or any other relevant details.