Trying to use pyenv to build python versions on macosmacOS, but every install I make ends up with
❯ python >>> import lzma ModuleNotFoundError: No module named '_lzma' I have installed all of the following packages:
brew install openssl readline sqlite3 xz zlib xcode-select --install brew install openssl readline sqlite3 xz zlib xcode-select --install Only caveat is that homebrew installs packages to ~/.brew.
Any input is appreciated.