TypeError: Class advice impossible in Python3. Use the @implementer class decorator instead.

TypeError: Class advice impossible in Python3.  Use the @implementer class decorator instead.

装完apex报以上错误,按以下方式重装即可。

pip uninstall apex
git clone https://www.github.com/nvidia/apex
cd apex
python setup.py install
原文地址:https://www.cnblogs.com/Xycdada/p/13689730.html