반응형
Recent Posts
Recent Comments
관리 메뉴

개발잡부

[python] numpy upgrade 본문

Python

[python] numpy upgrade

닉의네임 2022. 6. 21. 21:56
반응형

When you already have an older version of NumPy, use this:

pip install numpy --upgrade

If it still doesn't work, try:

pip install numpy --upgrade --ignore-installed
반응형

'Python' 카테고리의 다른 글

[python] random number  (0) 2022.07.03
[python] test dataset (json) 파일 만들기  (0) 2022.06.26
[python] 설치된 Package 확인  (0) 2022.06.20
[python] csv 파일 읽어서 sql insert 문 생성  (0) 2022.05.26
[python] 검색어 확인  (0) 2022.05.26
Comments