opik
opik copied to clipboard
Running into errors when setting up the repo
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?
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
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!