본문 바로가기
Python with AI

MacOS M3 Anaconda + Tensorflow + Ta-Lib + Backtesting Setting

by Oliver J 2024. 3. 5.
반응형

파이썬 환경설정은 언제나 패키지 디펜던시의 충돌을 보는 듯하기에 남겨둔다. 그냥 따라서 쭉 복붙하면 되도록...

 

우선 아나콘다를 설치를 한 뒤에

After Anaconda installation,

 

  1. conda create -n [env_name] python=3.9  
  2. conda activate [env_name]
  3. (after activate anaconda folder)
  4. conda install -c apple tensorflow-deps
  5. python -m pip install tensorflow-macos
  6. python -m pip install tensorflow-metal
  7. conda install jupyter pandas numpy matplotlib scikit-learn
  8. pip3 install chardet
  9. pip install plotly
  10. conda install statsmodels
  11. pip install TA-Lib==0.4.26
  12. conda install xlrd==2.0.1
  13. pip install backtesting

 

아나콘다 만쉐~

 

728x90
반응형