728x90 mac3 pip install 오류 (python) 최근 이런 문제가 많이 발견되었습니다. 가령, yfinace를 다운받고 해당 메세지를 출력받았는데.. !pip3 install yfinance >>> DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 Requirement already satisfied: yfinance in /usr/local/.. 2022. 3. 6. 가상환경 만들기 (Mac) 가상환경을 설치하기 위해선 먼저 파이썬을 설치해야 합니다. https://www.python.org/downloads/ Download Python The official home of the Python Programming Language www.python.org 를 통해서 파이썬을 설치한 후 진행하시면 됩니다. Mac OS인 특성상 터미널을 이용하여 진행하였습니다. 명령문은 다음과 같습니다. # Super User (관리자 권한으로 가상환경을 위한 라이브러리 생성) sudo pip3 install virtualenv # 가상환경 설치를 위한 경로 이동 및 디렉토리 생성 cd Desktop mkdir html # 가상환경 형성 virtualenv hello_flask # 가상환경 실행 cd hell.. 2021. 11. 15. mysql 다운받기 https://dev.mysql.com/downloads/mysql/ MySQL :: Download MySQL Community Server Select Operating System: Select Operating System… Microsoft Windows Ubuntu Linux Debian Linux SUSE Linux Enterprise Server Red Hat Enterprise Linux / Oracle Linux Fedora Linux - Generic Oracle Solaris macOS Source Code Select OS Version: All Windows (x86 dev.mysql.com mysql은 sql언어로 작동되는 db로 opensource라는 장점이 있다. 물론 파이.. 2021. 11. 14. 이전 1 다음 728x90