Python
-
Cloud Function deployment package in PythonNAVER Cloud 2020. 10. 12. 21:48
Cloud Function 을 통해 API 를 만드는 테스트를 진행중인데, 매일 하나씩 고비가 생기는 것 같다. 네이버클라우드플랫폼의 Cloud. Function 을 통해서 실행시킬 Python 코드를 Jupyter notebook 에서 테스트를 하고 나서 Cloud Fuction 에서 돌려보려고 하니 아래와 같이 에러가 발생했다. ["2020-10-12T12:14:26.14680968Z stderr: Traceback (most recent call last):", "2020-10-12T12:14:26.14684808Z stderr: File \"pythonrunner.py\",line 87, in run", "2020-10-12T12:14:26.146853189Z stderr: exec(self.fn..
-
OSError: Command /root/pyenv/bin/python2 - setuptools pkg_resources pip wheel failed with error code 1HOWTO 2020. 6. 29. 14:22
# virtualenv --no-site-packages ~/pyenv Running virtualenv with interpreter /usr/bin/python2 New python executable in /root/pyenv/bin/python2 Not overwriting existing python script /root/pyenv/bin/python (you must use /root/pyenv/bin/python2) Installing setuptools, pkg_resources, pip, wheel... Complete output from command /root/pyenv/bin/python2 - setuptools pkg_resources pip wheel: Traceback (m..
-
ckan.plugins.core.PluginNotFoundException: dataproxyHOWTO 2020. 6. 25. 10:46
/etc/ckan/default/production.ini 파일 내용 중 plugin 항목에 dataproxy 를 기재해주었는데 적용하려고 하니 에러가 발생한다. # paster --plugin=ckanext-harvest harvester initdb --config=/etc/ckan/default/production.ini Traceback (most recent call last): File "/usr/lib/ckan/default/bin/paster", line 8, in sys.exit(run()) File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/script/command.py", line 102, in run invoke(comma..