파이썬

파이썬 오류,에러 모음

모카쨩 2023. 4. 28. 08:18

 

 

 

 

ValueError: mutable default <class 'fairseq.dataclass.configs.CommonConfig'> for field common is not allowed: use default_factory

 

파이썬 3.11에서 안되니까 3.8로 다운그레이드

 

 

-----------------------------------------------------------------------------------------------

 

 

ImportError: cannot import name 'quote' from 'urllib'

 

parselmouth를 잘못 설치해서 그렇다 

cmd에서

pip uninstall parselmouth

해서 지워뿔고

pip install praat-parselmouth