“ImportError: numpy.core.multiarray failed to import”
Opencv version and numpy version But I get this error while running my code.
from cv2 import *
from cv2 import *
ImportError: numpy.core.multiarray failed to import)
[Solution]
There are some known issues with numpy==1.19.4
Could you install the Downgrade or reinstall ( Down version and try again)?
ex) pip install numpy==1.19.3
In any case, the problem is not related to PyCharm, but to the environment. Perhaps these opencv and numpy versions are incompatible.
'Computer > Python' 카테고리의 다른 글
Capcom Based Card Game in Python (0) | 2020.12.20 |
---|---|
[Bigdata] chart bar ranking 바차트레이싱_데모 (0) | 2020.12.18 |
Jupyter Notebook 커널 관리(목록, 추가, 삭제) (0) | 2020.11.25 |
어몽어스 캐릭터를 파이썬으로 그려보자 (0) | 2020.10.14 |
크롤링(스크래핑) 기초_part1 (0) | 2020.03.23 |