module compiled against API version 0xc but this version of numpy is 0xb 에러 대처법 넘파이(numpy)도 버전의 영향을 받는 것으로 판단된다. 파이썬(Python)의 고질적인 문제인데, 자바(Java)같은 경우는 프로젝트 별로 라이브러리(Library)를 자유롭게 조절할 수 있지만, 파이썬은 이것이 상당히 좀 귀찮다. 해결방법은 당연히, 버전을 변경하는 것인데, pip install --upgrade numpy C:\Windows\System32>pip install --upgrade numpyCollecting numpy Downloading https://files.pythonhosted.org/packages/62/47/54baeff52b3..