Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named <x> : Read this if you have dependencies problem #36

Closed
glucauze opened this issue Aug 7, 2023 · 0 comments
Labels
bug Something isn't working install Install problem

Comments

@glucauze
Copy link
Owner

glucauze commented Aug 7, 2023

If you encounter issues with dependencies or during the installation, it's recommended to install the dependencies manually from the root of your directory.

Windows:

.\venv\Scripts\activate
cd .\extensions\sd-webui-faceswaplab\
pip install -r .\requirements.txt

Linux/MacOS:

source venv/bin/activate
cd ./extensions/sd-webui-faceswaplab/
pip install -r ./requirements.txt

Please ensure that you have already set up the virtual environment (venv) before executing these commands.

If you plan on using the GPU, please use requirements-gpu.txt instead of requirements.txt when installing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working install Install problem
Projects
None yet
Development

No branches or pull requests

1 participant