반응형
파이썬 환경설정은 언제나 패키지 디펜던시의 충돌을 보는 듯하기에 남겨둔다. 그냥 따라서 쭉 복붙하면 되도록...
우선 아나콘다를 설치를 한 뒤에
After Anaconda installation,
- conda create -n [env_name] python=3.9
- conda activate [env_name]
- (after activate anaconda folder)
- conda install -c apple tensorflow-deps
- python -m pip install tensorflow-macos
- python -m pip install tensorflow-metal
- conda install jupyter pandas numpy matplotlib scikit-learn
- pip3 install chardet
- pip install plotly
- conda install statsmodels
- pip install TA-Lib==0.4.26
- conda install xlrd==2.0.1
- pip install backtesting
아나콘다 만쉐~
728x90
반응형