반응형
Windows 인공지능 (Prophet) 자동매매 환경 설치 방법
- 아나콘다(https://www.anaconda.com/) 설치
- pip install pyupbit
- pip install schedule
- conda install -c conda-forge fbprophet
- pip install pystan --upgrade
Ubuntu 20.4 인공지능 (Prophet) 자동매매 환경 설치 방법
- 4GB이상 RAM 필요 (AWS t2.medium 이상)
- sudo apt update
- sudo ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime
- sudo apt install python3-pip
- pip3 install pyupbit
- pip3 install schedule
- pip3 install pystan==2.19.1.1
- pip3 install convertdate
- pip3 install fbprophet
반응형
'IT News' 카테고리의 다른 글
파이선 키움 환경설정시 유용한 사용 (0) | 2022.11.20 |
---|---|
TypeError: list indices must be integers or slices, not str 오류해결 (0) | 2022.11.12 |
pycurl 설치 에러 및 해결방법 (0) | 2022.11.04 |
파이썬 마우스포인트 확인방법, 파이썬코드 (0) | 2022.11.04 |
cv2 에러 해결 (0) | 2022.10.10 |
댓글