Developing..72 [error] pyenv - Jupyter notebook 어떻게 사용하나? 보호되어 있는 글 입니다. 2021. 1. 15. [error] pip install package가 outdate되어 있는 경우 1. git으로 최신 버전 다운로드/설치한다. pip install git+https://~.git pip uninstall [package-name] - 왜 시장가매수 속성이 없다고할까? Python 들어가서 하면 되는데?? >>> ac.buy_limit_order('BTC',12000,0) {'status': '5500', 'message': 'Invalid Parameter'} >>> ac.buy_market_order('BTC',0) {'status': '5500', 'message': 'Invalid Parameter'} 'sell_market_order' in dir(ac) : True 'buy_marekt_order' in dir(ac) : False 2. pip install 하지 않고 폴.. 2021. 1. 14. [error] pip ; no such file or directory - peen https://albertauyeung.github.io/2020/08/17/pyenv-jupyter.html cron job 만들다가 "시장가매수 주문 실패" 이후, 엄청난 재앙이 몰려옴.. [사고흐름] - websocket api를 활용해야 하나 싶어서... - rest API 사용하면 될까 - 샘플코드 실행해보자. - pycurl 설치하라. python3.9.1 업뎃시점과 같음 (두둥둥장)... 에러 발생 [지옥문 열림..] /usr/bin/python /usr/bin/local/python/bin/python3.7 bad interpreter: No such file or directory - Path 에러생김. 관련된 모든 패키지를 못 찾아냄. ... 멘붕 - 파이썬 버전 설치된게 엄청 많음.... 2021. 1. 13. 맥에서 cron job생성하기 - shebang이란 : wikidocs.net/16051 - tistory 구려... 마크다운 복붙도 안됨. # 맥의 # 가상환경pyenv위에 있는 프로젝트에 대해 # cron job만들기 1.단순무식...그러나 가장 정확함. $ crontab -e */1 * * * * { printf "[\%s] " "$(date "+\%F \%T")"; ~/.pyenv/versions/crypto-env/bin/python ~/Projects/crypto-project/cron_test.py; } >> ~/Automation/output.log 2>&1 2. crontest.sh 만들기 [실패] $ mkdir Automation $ cd Automation $ touch crontest.sh $ vi crontes.. 2021. 1. 12. 이전 1 ··· 13 14 15 16 17 18 다음