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

The dependencies have been installed, but an error is still reported. #20

Open
tmprecorder opened this issue Sep 12, 2024 · 0 comments
Open

Comments

@tmprecorder
Copy link

(awsvenv) root@remotehost:~/awsKeyTools# python3 main.py
/root/awsKeyTools/main.py:5: SyntaxWarning: invalid escape sequence '_'
banner = """
Traceback (most recent call last):
File "/root/awsKeyTools/main.py", line 1, in
from lib import my_console
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/awsKeyTools/lib/init.py", line 1, in
from .iam_client import IAMClient
File "/root/awsKeyTools/lib/iam_client.py", line 1, in
import boto3
^^^^^^^^^^^^
File "/root/awsKeyTools/awsvenv/lib64/python3.12/site-packages/boto3/init.py", line 16, in
from boto3.session import Session
File "/root/awsKeyTools/awsvenv/lib64/python3.12/site-packages/boto3/session.py", line 17, in
import botocore.session
File "/root/awsKeyTools/awsvenv/lib64/python3.12/site-packages/botocore/session.py", line 29, in
import botocore.configloader
File "/root/awsKeyTools/awsvenv/lib64/python3.12/site-packages/botocore/configloader.py", line 19, in
from botocore.compat import six
File "/root/awsKeyTools/awsvenv/lib64/python3.12/site-packages/botocore/compat.py", line 34, in
from botocore.vendored.six.moves import http_client
ModuleNotFoundError: No module named 'botocore.vendored.six.moves'

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