Skip to content

Pre-requisites (environment) for running haystack #2837

Answered by tstadel
Muthusamy-J asked this question in Questions
Discussion options

You must be logged in to vote

Hi @Muthusamy-J,

you need python 3.7 or higher for Haystack.
For pip we recommend to use the latest version, but that's not a strict requirement. If you need to stick to an earlier version, I'd suggest to try to install Haystack with it. Most of the time this should work as well.
For CentOS we do not have any specific requirements. All you need is a working pytorch environment. If the standard pip way to install it does not work, try out pytorch.org's install section (e.g. via conda envs). Appart from that you can use an in memory graph (InMemoryKnowledgeGraph) which does not require any additional software or a graphDB database (GraphDBKnowledgeGraph).
A good way to start and also to ass…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Muthusamy-J
Comment options

Answer selected by sjrl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants