From 9ef8b944d53afb1fed94c418b2fd936d2d743797 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Wed, 9 Nov 2022 18:50:58 +0000 Subject: [PATCH] tweaks to manual install documentation --prefer-binary is an iffy option in the requirements file. It isn't supported by some versions of pip, so I removed it from requirements-base.txt and inserted it into the manual install instructions where it seems to do what it is supposed to. --- docs/installation/MANUAL_INSTALL.md | 6 +++--- environments-and-requirements/requirements-base.txt | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/installation/MANUAL_INSTALL.md b/docs/installation/MANUAL_INSTALL.md index 4e0089a9ca..739b512779 100644 --- a/docs/installation/MANUAL_INSTALL.md +++ b/docs/installation/MANUAL_INSTALL.md @@ -191,8 +191,8 @@ prompting you to download the big Stable Diffusion weights files. To install InvokeAI with only the PIP package manager, please follow these steps: -1. Make sure you are using Python 3.9 or higher. Some InvokeAI - features require this: +1. Make sure you are using Python 3.9 or higher. The rest of the install + procedure depends on this: ```bash python -V @@ -262,7 +262,7 @@ operating system. this: ```bash - pip install -r requirements.txt + pip install --prefer-binary -r requirements.txt ``` ## Troubleshooting diff --git a/environments-and-requirements/requirements-base.txt b/environments-and-requirements/requirements-base.txt index fde1c8e234..da9a96f0ec 100644 --- a/environments-and-requirements/requirements-base.txt +++ b/environments-and-requirements/requirements-base.txt @@ -1,5 +1,3 @@ ---prefer-binary - # pip will resolve the version which matches torch albumentations dependency_injector==4.40.0