Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build.sh fails on Amazon Linux 2023 with Python 3.11 #14

Closed
jasonrandrews opened this issue Mar 17, 2023 · 2 comments
Closed

build.sh fails on Amazon Linux 2023 with Python 3.11 #14

jasonrandrews opened this issue Mar 17, 2023 · 2 comments
Assignees

Comments

@jasonrandrews
Copy link
Contributor

Describe the bug

build.sh fails on AL 2023 with Python 3.11 on Graviton instances (c6g)

Expected behavior

build.sh will complete and generate the executable in the dist/ directory

Steps to Reproduce

Steps to reproduce the behavior:

  1. Create c6g instance with AL 2023
  2. Install software
sudo dnf install git -y
sudo dnf install python3.11 -y
  1. Clone repo
git clone https://github.com/aws/porting-advisor-for-graviton.git
cd porting-advisor-for-graviton
  1. Create Python virtual environment
python3.11 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
  1. Build
./build.sh
  1. Error
ERROR: No matching distribution found for pyinstaller==5.0.1

Desktop

  • OS: Amazon Linux 2023
  • Processor Architecture: aarch64
  • Python Version: 3.11
@mrkdeng
Copy link
Contributor

mrkdeng commented Mar 20, 2023

@jasonrandrews Thank you for contacting the team. We will have the right person take a look at this issue.

@jamolina jamolina self-assigned this Mar 20, 2023
@jamolina
Copy link
Contributor

Fixed by #15 . Thank you @jasonrandrews for your contribution!

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

No branches or pull requests

3 participants