promptfix.ckpt 100%[===================>] 4.14G 40.0MB/s in 1m 45s
2024-11-20 12:20:14 (40.2 MB/s) - ‘/content/PromptFix/scripts/../checkpoints/promptfix.ckpt’ saved [4442108228/4442108228]
Pre-trained model downloaded to checkpoints/promptfix.ckpt
Begin inference...
Traceback (most recent call last):
File "/content/PromptFix/scripts/../process_images_json.py", line 6, in
import einops
ModuleNotFoundError: No module named 'einops'
//
another question: !conda create -n promptfix python=3.10 -y is ok ,
!conda activate promptfix , alway get error .
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run
$ conda init <SHELL_NAME>
Currently supported shells are:
bash
fish
tcsh
xonsh
zsh
powershell
See 'conda init --help' for more information and options.
IMPORTANT: You may need to close and restart your shell after running 'conda init'.
promptfix.ckpt 100%[===================>] 4.14G 40.0MB/s in 1m 45s
import einops
ModuleNotFoundError: No module named 'einops'
2024-11-20 12:20:14 (40.2 MB/s) - ‘/content/PromptFix/scripts/../checkpoints/promptfix.ckpt’ saved [4442108228/4442108228] Pre-trained model downloaded to checkpoints/promptfix.ckpt Begin inference... Traceback (most recent call last): File "/content/PromptFix/scripts/../process_images_json.py", line 6, in
// another question: !conda create -n promptfix python=3.10 -y is ok , !conda activate promptfix , alway get error .
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. To initialize your shell, run
Currently supported shells are: