AtsushiSakai / PythonRobotics

Python sample codes for robotics algorithms.
https://atsushisakai.github.io/PythonRobotics/
Other
23.33k stars 6.54k forks source link

Pytest required additional libraries. #1004

Closed Hemanth95 closed 6 months ago

Hemanth95 commented 6 months ago

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 :

  1. pyyaml
  2. jinja
  3. lark-parser
  4. setuptools
  5. typeguard.

And the pytest was successful after installing these. Is the expected behavior?

Desktop (please complete the following information):

AtsushiSakai commented 6 months ago

@Hemanth95 How did you installed the requirements? And could you please paste the error code?