You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Error raised during module import:
File \"/opt/custom-envs/cloudbuilder-k8s-py3/lib/python3.9/site-packages/requests/__init__.py\", line 48, in <module>
from charset_normalizer import __version__ as charset_normalizer_version
File \"/opt/custom-envs/cloudbuilder-k8s-py3/lib/python3.9/site-packages/charset_normalizer/__init__.py\", line 24, in <module>
from .api import from_bytes, from_fp, from_path, normalize
File \"/opt/custom-envs/cloudbuilder-k8s-py3/lib/python3.9/site-packages/charset_normalizer/api.py\", line 36
sequences: bytes,
^
SyntaxError: invalid syntax
To Reproduce
install Python 3.9.9
use ansible collection kubernetes.core version 2.2.2
Similarly to #114 I highly doubt that your Python setup is in a good shape.
The SyntaxError on sequences: bytes means that your Python Core does not support type hint on function arguments.
Describe the bug
Error raised during module import:
To Reproduce
Logs
log.txt
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: