rajiniPP icon indicating copy to clipboard operation
rajiniPP copied to clipboard

Bug while Running the RPP programs

Open pravee42 opened this issue 1 year ago • 2 comments

Bug Report

Checklist

  • [x] I am running the latest version of rajinipp.
  • [x] I have searched the issues(open / closed) for this issue.
  • [x] I have checked the project wiki.
  • [x] This problem is reproducible.
  • [x] 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

  1. Make sure to install the PyYAML automatically in the requirements
pip install PyYAML

Stack Trace / Screenshot

image

General Info

  • rajinipp version:latest
  • python version:10
  • os platform:Windows

pravee42 avatar Jan 27 '24 15:01 pravee42

Instead of pip install PyYAML you have entered pip install yaml Have you installed the right version ??

The-Robin-Hood avatar Feb 03 '24 16:02 The-Robin-Hood

@The-Robin-Hood But it should be added in the dependencies right? while installing the application itself

pravee42 avatar Feb 04 '24 01:02 pravee42