Replies: 1 comment 5 replies
-
@pnpds1 can you please confirm a few things here?
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys,
I have cloned the haystack repository from the haystack github repo and then done pip install . After that I have downloaded and installed xpdf too. Even after that when I run the rest api I am encountering this error. I am using this command to run the api.
gunicorn rest_api.application:app -b 0.0.0.0:8000 -k uvicorn.workers.UvicornWorker -t 300
I am attahching the screenshot of the error that I am getting right now.
![image](https://user-images.githubusercontent.com/125237181/218371001-e4cf8208-30d9-4f72-9262-8479b3c76f44.png)
![image](https://user-images.githubusercontent.com/125237181/218371110-f552491e-09ad-4f10-8da5-a560591995ed.png)
Kindly help me to solve this issue. This is very urgent. Thank you so much in advance.
Beta Was this translation helpful? Give feedback.
All reactions