Failing to run wa after updating
dlezcano opened this issue · 2 comments
Hi,
I just did a git update of devlib+wa and installed them. (sudo -H pip install .)
When I try to run my tests I have the following error:
Traceback (most recent call last):
File "/usr/local/bin/wa", line 16, in
from wa.framework.entrypoint import main
File "/usr/local/lib/python2.7/dist-packages/wa/init.py", line 16, in
from wa.framework import pluginloader, signal
File "/usr/local/lib/python2.7/dist-packages/wa/framework/signal.py", line 29, in
from wa.utils.types import prioritylist, enum
File "/usr/local/lib/python2.7/dist-packages/wa/utils/types.py", line 42, in
from collections.abc import MutableMapping
ImportError: No module named abc
We have dropped support for Python 2 in the latest release. Please use pip3
to install instead.
thanks!