Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug while Running the RPP programs #32

Open
5 tasks done
pravee42 opened this issue Jan 27, 2024 · 2 comments
Open
5 tasks done

Bug while Running the RPP programs #32

pravee42 opened this issue Jan 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@pravee42
Copy link

Bug Report

Checklist

  • I am running the latest version of rajinipp.
  • 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

  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 pravee42 added the bug Something isn't working label Jan 27, 2024
@The-Robin-Hood
Copy link

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

@pravee42
Copy link
Author

pravee42 commented Feb 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants