Не удалось запустить sam cli в подсистеме Windows для Linux 2

Следуйте инструкциям здесь. для установки sam-cli в подсистеме Windows для Linux (Ubuntu)

$ brew tap aws/tap
    Updating Homebrew...

$ brew install aws-sam-cli
    Updating Homebrew...
    ==> Installing aws-sam-cli from aws/tap
    ==> Downloading https://github.com/aws/aws-sam-cli/releases/download/v1.4.0//aws-sam-cli-1.4.0.x86_64_linux.bottle.tar.gAlready downloaded: /home/alper/.cache/Homebrew/downloads/6d52b1709eccad9b947a7cc8ef96155867ea2c3be910b31536713390d07dc03c--aws-sam-cli-1.4.0.x86_64_linux.bottle.tar.gz
    ==> Pouring aws-sam-cli-1.4.0.x86_64_linux.bottle.tar.gz
    ????  /home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/1.4.0: 4,153 files, 90.8MB

$ sam --version
    /home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/1.4.0/libexec/bin/python3.7: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory

Получение ошибки Python. Любые идеи?


person Alper    schedule 08.10.2020    source источник
comment
Питон установлен? Сможете ли вы найти libpython3.7m.so.1.0 внутри /usr/local/lib/?   -  person zrrbite    schedule 08.10.2020
comment
Я выполнил команды brew tap aws/tap brew install aws-sam-cli. Я думал, что они должны были позаботиться об установке зависимостей.   -  person Alper    schedule 09.10.2020
comment
Питон 3.8 есть. Может быть, ему нужен libpython3.8m.so.1.0?   -  person Alper    schedule 09.10.2020
comment
Это помогает? stackoverflow.com/a/58650045/794088   -  person petey    schedule 09.10.2020
comment
К сожалению, нет, все еще получаю ту же ошибку.   -  person Alper    schedule 10.10.2020