aci-learning-labs-code-samples
aci-learning-labs-code-samples copied to clipboard
ImportError: cannot import name 'Sequence' from 'collections' (C:\Program Files\Python3\lib\collections\__init__.py) (venv)
There seems to be this error even on the solution file. The full output is:
F:\Other\DevNet\aci-learning-labs-code-samples\venv\lib\site-packages\acitoolkit-0.4-py3.10.egg\acitoolkit\acitoolkit.py:5207: SyntaxWarning: "is not" with a literal. Did you mean "!="?
F:\Other\DevNet\aci-learning-labs-code-samples\venv\lib\site-packages\acitoolkit-0.4-py3.10.egg\acitoolkit\acitoolkit.py:5207: SyntaxWarning: "is not" with a literal. Did you mean "!="?
Traceback (most recent call last):
File "F:\Other\DevNet\aci-learning-labs-code-samples\sbx-intro-aci\sbx-intro-aci-mission_toolkit\aci_critical_faults_SOLUTION.py", line 9, in
ImportError: cannot import name 'Sequence' from 'collections' (C:\Program Files\Python3\lib\collections_init_.py) (venv)
I ran in the venv created for this lab only. Does anybody have an idea what the issue might be?
I am facing the same issue