ColossalAI icon indicating copy to clipboard operation
ColossalAI copied to clipboard

[BUG]: Diffusion env problem

Open ziyuhuang123 opened this issue 2 years ago • 1 comments

🐛 Describe the bug

I am using

conda env create -f environment.yaml conda activate ldm

and I meet this:

ModuleNotFoundError: No module named '_posixsubprocess'

Environment

No response

ziyuhuang123 avatar Jan 06 '23 08:01 ziyuhuang123

It can be due to a conflicting version of 'subprocess32' installed via pip. Check below out.

pip uninstall subprocess32
conda install -c conda-forge subprocess32 

JThh avatar Jan 26 '23 13:01 JThh

We have updated a lot. This issue was closed due to inactivity. Thanks.

binmakeswell avatar Apr 14 '23 08:04 binmakeswell