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

Seeing the below on Python 3.5 #15

Open
maushah opened this issue Feb 24, 2021 · 0 comments
Open

Seeing the below on Python 3.5 #15

maushah opened this issue Feb 24, 2021 · 0 comments

Comments

@maushah
Copy link

maushah commented Feb 24, 2021

Ubuntu 18.04, python 3.5.2 - seems like a syntax error:

pyokta-aws auth --verbose --profile test -c ~/.pyokta_aws/config
Traceback (most recent call last):
File "/usr/local/bin/pyokta-aws", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.5/dist-packages/pyokta_aws/main.py", line 26, in main
return dispatch(sys.argv[1:])
File "/usr/local/lib/python3.5/dist-packages/pyokta_aws/cli.py", line 67, in dispatch
main = registered_commands[args.command].load()
File "/usr/local/lib/python3.5/dist-packages/pkg_resources/init.py", line 2443, in load
return self.resolve()
File "/usr/local/lib/python3.5/dist-packages/pkg_resources/init.py", line 2449, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/local/lib/python3.5/dist-packages/pyokta_aws/commands/auth.py", line 23, in
from pyokta_aws.okta.api import Api as OktaApi
File "/usr/local/lib/python3.5/dist-packages/pyokta_aws/okta/api.py", line 40
self.okta: OktaEndpoints = OktaEndpoints(okta_org, app_url)
^
SyntaxError: invalid syntax

I have the config file setup in the directory - not sure if this project is being maintained.

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

1 participant