No module named 'llmclient' when running pytest #838
-
I'm following the instructions here: https://github.com/Future-House/paper-qa/blob/main/CONTRIBUTING.md (base) [xxxx@xxxxxxxx]:~/repos/paper-qa$ pytest What am I missing? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hey @markenki! I'm here to help you with any bugs, questions, or contributions you have for the PaperQA project. Let's work together to resolve your issue! To resolve the
If you have followed these steps and the issue persists, ensure that your Python environment is correctly activated and that there are no conflicts with other installed packages. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
Hello @markenki , when you ran |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot, @maykcaldas. Here's the output: (base) xxxx@xxxxxxxx: Apologies for the delayed response; I was travelling the past few days. |
Beta Was this translation helpful? Give feedback.
It looks like the
fh-llm-client
package isn't installed.Please run
uv sync
per https://github.com/Future-House/paper-qa/blob/main/CONTRIBUTING.md#setting-up-the-development-environment, and then retry invokinguv run pytest