You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues(open / closed) for this issue.
I have checked the project wiki.
This problem is reproducible.
This is not a feature request.
Current Behaviour
(rajini) C:\Users\ABIPRAVI\rajini>rajinipp version
Traceback (most recent call last):
File "C:\Users\ABIPRAVI\AppData\Local\Programs\Python\Python310-32\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\ABIPRAVI\AppData\Local\Programs\Python\Python310-32\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\ABIPRAVI\Envs\rajini\Scripts\rajinipp.exe\__main__.py", line 4, in <module>
File "C:\Users\ABIPRAVI\Envs\rajini\lib\site-packages\rajinipp\__init__.py", line 2, in <module>
from . import ast, lexer, parser, runner, utils
File "C:\Users\ABIPRAVI\Envs\rajini\lib\site-packages\rajinipp\runner.py", line 16, in <module>
from .utils import read_yml
File "C:\Users\ABIPRAVI\Envs\rajini\lib\site-packages\rajinipp\utils.py", line 1, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
Expected Behaviour
Version data
Steps to Reproduce
Make sure to install the PyYAML automatically in the requirements
pip install PyYAML
Stack Trace / Screenshot
General Info
rajinipp version:latest
python version:10
os platform:Windows
The text was updated successfully, but these errors were encountered:
Bug Report
Checklist
Current Behaviour
Expected Behaviour
Version data
Steps to Reproduce
PyYAML
automatically in the requirementsStack Trace / Screenshot
General Info
The text was updated successfully, but these errors were encountered: