ROKO
AttributeError: module 'scipy.sparse' has no attribute 'coo_array' 본문
728x90
coo_array 는 scipy.sparse==1.80 version에만 존재한다.
따라서 scipy 버전을 맞춰주자.
pip install scipy==1.8
728x90
'Develop' 카테고리의 다른 글
Pytorch function summary (0) | 2023.01.10 |
---|---|
zsh: command not found: conda (0) | 2023.01.05 |
np.zeros() VS np.zeros_like() (0) | 2022.12.30 |
error: command '/usr/bin/clang' failed with exit code 1 glounnlp (0) | 2022.12.28 |
Comments