You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
During conda env create -f environment.yaml after Downloading and Extracting Packages, I get:
Preparing transaction: done
Verifying transaction: done
Executing transaction: - By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End User License Agreement (EULA): https://docs.nvidia.com/cuda/eula/index.html
done
Installing pip dependencies: / Ran pip subprocess with arguments:
['/data/anaconda3/envs/ldm/bin/python', '-m', 'pip', 'install', '-U', '-r', '/data/git/stable-diffusion/condaenv.s733ep1k.requirements.txt']
Pip subprocess output:
Pip subprocess error:
Traceback (most recent call last):
File "/data/anaconda3/envs/ldm/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/data/anaconda3/envs/ldm/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/usr/lib/python3/dist-packages/pip/__main__.py", line 16, in <module>
from pip._internal.cli.main import main as _main # isort:skip # noqa
File "/usr/lib/python3/dist-packages/pip/_internal/cli/main.py", line 10, in <module>
from pip._internal.cli.autocompletion import autocomplete
File "/usr/lib/python3/dist-packages/pip/_internal/cli/autocompletion.py", line 9, in <module>
from pip._internal.cli.main_parser import create_main_parser
File "/usr/lib/python3/dist-packages/pip/_internal/cli/main_parser.py", line 7, in <module>
from pip._internal.cli import cmdoptions
File "/usr/lib/python3/dist-packages/pip/_internal/cli/cmdoptions.py", line 25, in <module>
from pip._internal.locations import USER_CACHE_DIR, get_src_prefix
File "/usr/lib/python3/dist-packages/pip/_internal/locations.py", line 19, in <module>
from pip._internal.utils import appdirs
File "/usr/lib/python3/dist-packages/pip/_internal/utils/appdirs.py", line 13, in <module>
from pip._vendor import appdirs as _appdirs
ImportError: cannot import name 'appdirs' from 'pip._vendor' (/usr/lib/python3/dist-packages/pip/_vendor/__init__.py)
failed
CondaEnvException: Pip failed
To Reproduce
Steps to reproduce the behavior:
Follow the Install guide for Linux
Expected behavior
No error, able to proceed to conda activate ldm
The text was updated successfully, but these errors were encountered:
@pepa65
I agree with @GifCo, Give it a try in colab!
My PR with colab improvements and fixes #422 was just merged to development branch,
until development is merged to main, colab shortcut will redirect to previous version, please use this link in the meantime.
Thanks for pointing me towards colab. I did nvidia-smi -L and found that my card wasn't actually running, so that is probably the first step to fix..! (Maybe an idea to include this step in this readme as well.)
Linux Mint 20.3 (Ubuntu 20.04, Debian bullseye/sid)
Describe the bug
During
conda env create -f environment.yaml
after Downloading and Extracting Packages, I get:To Reproduce
Steps to reproduce the behavior:
Follow the Install guide for Linux
Expected behavior
No error, able to proceed to
conda activate ldm
The text was updated successfully, but these errors were encountered: