ColossalAI
ColossalAI copied to clipboard
[BUG]: Diffusion env problem
🐛 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
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
We have updated a lot. This issue was closed due to inactivity. Thanks.