This repository was archived by the owner on Oct 3, 2022. It is now read-only.

Description
Hello,
I installed PyTox on both my ubuntu trusty and docker, but both have the same problem.
When I run python example/echo.py, I meet this error:
root@db3d34e64d04:/PyTox# python examples/echo.py
Traceback (most recent call last):
File "examples/echo.py", line 26, in <module>
from pytox import Tox, ToxAV
ImportError: cannot import name ToxAV
Can you help me?
Regards,
Kim