Skip to content

Conversation

@sasankkurnella
Copy link

Fixes #3219

Documents that Linux users building Python from source need to install libbz2-dev and liblzma-dev (Debian/Ubuntu) or bzip2-devel and xz-devel (RHEL/Fedora/CentOS) before building Python to ensure the _bz2 and _lzma standard library modules are available.

This helps users who install Python via pyenv, asdf, or compile from source avoid cryptic import errors when running ComfyUI.

Fixes Comfy-Org#3219

Documents that Linux users building Python from source need to install
libbz2-dev and liblzma-dev (Debian/Ubuntu) or bzip2-devel and xz-devel
(RHEL/Fedora/CentOS) before building Python to ensure the _bz2 and
_lzma standard library modules are available.

This helps users who install Python via pyenv, asdf, or compile from
source avoid cryptic import errors when running ComfyUI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

document Python bzip2 and lzma requirements

1 participant