< 이전 설치 목록 >
● python 3.8.6 설치

● Visual Studio Code 설치
● Pycharm 설치
( 참고 블로그 : https://nadocoding.tistory.com/102 )
< SciPy 설치 >
- 아래의 사이트에서 자신에게 맞는 버전 다운
https://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy
Archived: Python Extension Packages for Windows - Christoph Gohlke
Archived: Python Extension Packages for Windows - Christoph Gohlke by Christoph Gohlke. Updated on 26 June 2022 at 07:27 UTC. This page provides 32 and 64-bit Windows binaries of many scientific open-source extension packages for the official CPython
www.lfd.uci.edu
- python version에 맞게 3.8 → 38 으로 다운받음

- 다운받은 파일을 C:W-사용자-user 폴더에 옮김
- cmd에서 'pip install 파일이름.whl'으로 다운

※ scipy를 다운받았음에도 librosa 다운에서 오류가 발생함
※ ※
Window 11 64bit에서도 설치를 해보았는데 python 3.9를 설치하였고, 다른 파일 다운받을 필요 없이
pip install numpy
pip install scipy
pip install librosa
3개 명령어로 아래와 같이 패키지가 모두 다운되었다.
