Bug: Using Ubuntu 24.04, how to fix issue with latest installed but OS will not find #7808
Labels
stage/needs-triage
Automatically applied to new issues and PRs, indicating they haven't been looked at.
Description:
Latest version can not be found. Can not use pip install due to design chasnge by ubuntu seen below:
pip install --upgrade aws-sam-cli
error: externally-managed-environment
Steps to reproduce:
Install using steps used in the docs
Have had SAM working | running on system for a few years. Installed latest version without errors. Restarted terminal and computer.
Observed result:
which sam
/home/foobar/.local/bin/sam
sam --version
SAM CLI, version 1.122.0
Expected result:
sam --version
SAM CLI, version 1.132.0
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
: 1.22Add --debug flag to command you are running
The text was updated successfully, but these errors were encountered: