Changed possible instalation issues' location

This commit is contained in:
Lucas Oliveira 2024-06-24 08:30:58 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 5457af1f00
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
import Admonition from "@theme/Admonition";
# ❗️ Common Installation Issues
<Admonition type="warning" title="warning">
This page may contain outdated information. It will be updated as soon as possible.
</Admonition>
This is a list of possible issues that you may encounter when installing Langflow and how to solve them.
## _`No module named 'langflow.__main__'`_

View file

@ -15,7 +15,7 @@ module.exports = {
"getting-started/install-langflow",
"getting-started/quickstart",
"getting-started/workspace",
"migration/possible-installation-issues",
"getting-started/possible-installation-issues",
"getting-started/new-to-llms",
],
},