Pytest required additional libraries.
Hemanth95 opened this issue · 1 comments
Hemanth95 commented
Describe the bug
I cloned the code to my local machine and installed the requirements, but when i ran pytest to test the code, I got import erros for the below mentioned libraries :
- pyyaml
- jinja
- lark-parser
- setuptools
- typeguard.
And the pytest was successful after installing these.
Is the expected behavior?
Desktop (please complete the following information):
- Python version : 3.12
- OS version: Ubuntu 22.04
AtsushiSakai commented
@Hemanth95 How did you installed the requirements?
And could you please paste the error code?