We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Getting [ERROR ] : AttributeError module 'collections' has no attribute 'Mapping' with python 3.10
To Reproduce Steps to reproduce the behavior:
taskcat test run
aws configure
Screenshots If applicable, add screenshots to help explain your problem.
**Version (Please make sure you are running the latest version of taskcat)
Note: Python Version (python3 required)
To find versions: Via taskcat: taskcat -V Via pip3: pip3 show taskcat
taskcat -V
pip3 show taskcat
Note: both version should match
To update taskcat run: for docker : docker pull taskcat/taskcat for pip3: pip3 install --upgrade taskcat
docker pull taskcat/taskcat
pip3 install --upgrade taskcat
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Try running with Python 3.8 - seems like an issue with newer versions
Sorry, something went wrong.
Ended up doing that, using cloud9 with python3.7 instead, but I think this should be fixed longterm.
3.9+ support is pending #626
No branches or pull requests
Describe the bug
Getting [ERROR ] : AttributeError module 'collections' has no attribute 'Mapping' with python 3.10
To Reproduce
Steps to reproduce the behavior:
taskcat test run
Custom
Same behavior with any template
none
pip3
profile
aws configure
?yes
Expected behavior
running the test
Screenshots
If applicable, add screenshots to help explain your problem.
**Version (Please make sure you are running the latest version of taskcat)
Note: Python Version (python3 required)
To find versions:
Via taskcat:
taskcat -V
Via pip3:
pip3 show taskcat
Note: both version should match
To update taskcat run:
for docker :
docker pull taskcat/taskcat
for pip3:
pip3 install --upgrade taskcat
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: