From ae21de8bcde50684cf562a59089406d3bdd618eb Mon Sep 17 00:00:00 2001 From: darshitac11 Date: Wed, 28 Dec 2022 09:09:04 -0500 Subject: [PATCH] added process error --- docs/troubleshoot/installation_error.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/troubleshoot/installation_error.md b/docs/troubleshoot/installation_error.md index c6531180..87438622 100644 --- a/docs/troubleshoot/installation_error.md +++ b/docs/troubleshoot/installation_error.md @@ -15,4 +15,8 @@ Please refer to the Frequently Asked Questions in this page. If the provided sol Your pre-requisites are not satisfied. Refer to [the documentation](https://docs.atrilabs.com/getting-started/installation/install_prereqs) for details. -If you have installed `pipenv` but are still facing this issue, then add `pipenv` to the PATH environment variable. Refer this guide for [reference](https://datatofish.com/add-python-to-windows-path/). \ No newline at end of file +If you have installed `pipenv` but are still facing this issue, then add `pipenv` to the PATH environment variable. Refer this guide for [reference](https://datatofish.com/add-python-to-windows-path/). + +### Unable to create process error + +Run `pipenv install atri` again. If it still doesn't work, upgrade your Python /`pipenv`. \ No newline at end of file