opik icon indicating copy to clipboard operation
opik copied to clipboard

Running into errors when setting up the repo

Open rohithmsr opened this issue 8 months ago • 2 comments

I followed the instructions given here. Installed the packages using requirements.txt on folders within sdks/python. But facing errors when I run the tests. Could someone help with this?

Image

rohithmsr avatar Mar 24 '25 19:03 rohithmsr

Hey @rohithmsr , we recently added this test, to unblock you can ignore for now and we will check why exactly this is happening. thanks for flagging! @alexkuzmik FYI

Nimrod007 avatar Mar 24 '25 21:03 Nimrod007

Hi @rohithmsr! You can ignore library integration tests and run only unit tests and e2e tests (you'll find the corresponding folders inside sdks/python/tests/). It's because library integration tests require additional dependencies not listed in test_requirements.txt

We'll revisit our contribution guide and update it to follow current state, thanks for raising!

alexkuzmik avatar Mar 24 '25 21:03 alexkuzmik