+
+ Please, check out our [Possible Installation Issues
+ section](/migration/possible-installation-issues) if you encounter any
+ problems.
+
+
+
We recommend using --force-reinstall to ensure you have the latest version of Langflow and its dependencies.
### ⛓️ Running Langflow
@@ -52,7 +60,7 @@ We recommend using --force-reinstall to ensure you have the latest version of La
Langflow can be run in a variety of ways, including using the command-line interface (CLI) or HuggingFace Spaces.
```bash
-langflow run # or langflow --help
+python -m langflow run # or langflow --help
```
#### 🤗 HuggingFace Spaces
@@ -93,7 +101,7 @@ langflow run [OPTIONS]
Find more information about the available options by running:
```bash
-langflow --help
+python -m langflow --help
```
## Find out more about 1.0
diff --git a/docs/docs/migration/possible-installation-issues.mdx b/docs/docs/migration/possible-installation-issues.mdx
new file mode 100644
index 000000000..32a2da903
--- /dev/null
+++ b/docs/docs/migration/possible-installation-issues.mdx
@@ -0,0 +1,27 @@
+# Possible Installation Issues
+
+This is a list of possible issues that you may encounter when installing Langflow 1.0 Alpha and how to solve them.
+
+## No module named 'langflow.**main**'
+
+TLDR;
+
+- Run _`python -m langflow run`_ instead of _`langflow run`_. If that doesn't work, run _`_python -m pip install langflow --pre -U`_ to reinstall langflow.
+- If the above doesn't work, run _`python -m pip install langflow --pre -U --force-reinstall`_ to reinstall langflow and its dependencies.
+
+When you try to run langflow using the command `langflow run`, you may encounter the following error:
+
+```bash
+> langflow run
+Traceback (most recent call last):
+ File ".../langflow", line 5, in