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

Stopped working on ubuntu 23.04 #1725

Closed
mayurts opened this issue Jun 23, 2023 · 2 comments
Closed

Stopped working on ubuntu 23.04 #1725

mayurts opened this issue Jun 23, 2023 · 2 comments

Comments

@mayurts
Copy link

mayurts commented Jun 23, 2023

Hi Team,

Greetings!

From this morning when i have upgraded ubuntu version from 22.04 to 23.04 aws-gate stopped working.

OS: ubuntu 23.04
Python: 3.11.2
aws-gate: 0.11.2

simple aws-gate command results into following error:
Traceback (most recent call last): File "/home/mayur/.local/bin/aws-gate", line 3, in <module> import aws_gate.cli File "/home/mayur/.local/pipx/venvs/aws-gate/lib/python3.11/site-packages/aws_gate/cli.py", line 25, in <module> from aws_gate.exec import exec File "/home/mayur/.local/pipx/venvs/aws-gate/lib/python3.11/site-packages/aws_gate/exec.py", line 4, in <module> from aws_gate.decorators import ( File "/home/mayur/.local/pipx/venvs/aws-gate/lib/python3.11/site-packages/aws_gate/decorators.py", line 7, in <module> from wrapt import decorator File "/home/mayur/.local/pipx/venvs/aws-gate/lib/python3.11/site-packages/wrapt/__init__.py", line 10, in <module> from .decorators import (adapter_factory, AdapterFactory, decorator, File "/home/mayur/.local/pipx/venvs/aws-gate/lib/python3.11/site-packages/wrapt/decorators.py", line 34, in <module> from inspect import ismethod, isclass, formatargspec ImportError: cannot import name 'formatargspec' from 'inspect' (/usr/lib/python3.11/inspect.py)
Can you please help fixing the problem?

@jlongman
Copy link

duplicates #1598 - from what I see the fix just needs to be released

@xen0l
Copy link
Owner

xen0l commented Aug 4, 2023

Hey, I am working on releasing a new version, which should address this. Thanks for the patience and continued support of aws-gate!

@xen0l xen0l closed this as completed Aug 4, 2023
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