One for all,all for one.
2018年5月22日 星期二
pip install pandas Double requirement given
›
$ pip install --no-build-isolation pandas References : pip installation fails: Double requirement given: numpy==1.12.1... · Issue #20...
TypeError: find_packages() got an unexpected keyword argument 'include'
›
$ pip install -U pip wheel setuptools References : Error during pip install · Issue #3 · raphaelm/python-fints
2018年5月1日 星期二
pygattlib on Raspberry Pi
›
pkg-config libboost-python-dev libboost-thread-dev libbluetooth-dev >= 4.101 libglib2.0-dev python-dev References : mbientlab...
fatal error: boost/python/list.hpp: No such file or directory
›
sudo apt-get install libboost-python-dev References : OscarAcena / pygattlib / issues / #38 - Build fails on boost/python/list.hpp — ...
fatal error: bluetooth/bluetooth.h: No such file or directory
›
sudo apt-get install libbluetooth-dev References : c - Where is the bluetooth/bluetooth.h located in Linux? - Stack Overflow
No package 'glib-2.0' found
›
sudo apt-get install libgtk2.0-dev References : [SOLVED] No package 'glib-2.0' found?
2018年4月5日 星期四
強制 Gunicorn 使用 Python 3
›
$ vi run_gunicorn.py #-*- coding: utf-8 -*- import re import sys from gunicorn.app.wsgiapp import run if __name__ == '__main__': ...
‹
›
首頁
查看網路版