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

 

posted @ 2020-09-18 10:20  Xycdada  阅读(969)  评论(0编辑  收藏  举报