728x90
문제
TypeError: Class advice impossible in Python3. Use the @Implementer class decorator instead.
apex 에러
해결법
apex를 지우고 다시 설치해준다.
git clone https://www.github.com/nvidia/apex
cd apex
python setup.py install
github.com/NVIDIA/apex/issues/116
TypeError: Class advice impossible in Python3 · Issue #116 · NVIDIA/apex
TypeError Traceback (most recent call last) in () ----> 1 from pytorch_pretrained_bert import BertTokenizer /opt/conda/envs/py3/lib/python3.6/site-packages/pytorch_pretrained_bert/init.py in () ...
github.com
'hacking or software engineering skills > etc' 카테고리의 다른 글
[3d] pymesh 설치하기, ubuntu (0) | 2021.04.21 |
---|---|
rasputin library import하기 (0) | 2021.04.07 |
python으로 폴더 지우기 (os, shutil) (0) | 2021.03.04 |
conda error (0) | 2021.01.19 |
ImportError: IProgress not found. jupyter lab tqdm, notebook tqdm 에러 문제 (0) | 2021.01.15 |