$ sudo easy_install flask
$ sudo easy_install flask-wtf //for wtf
$ sudo easy_install sqlalchemy-migrate //for db
sqlalchemy-migrate==0.7.2 is not compatible with SQLAlchemy 0.8.x. install SQLAlchemy 0.7.10 instead with pip install SQLAlchemy==0.7.10 or easy_install QLAlchemy==0.7.10
2013年6月26日 星期三
Memo for Big Data
Data Analysis
pandas
Machine Learning
scikit-learn
Graphs Analysis
NetworkX
Data Base
Mongo
Distributed Computing Framework
disco
DPark
Spark
happy
A Guide to Python Frameworks for Hadoop
Visualization
matplotlib
R
RHIPE
2013年6月24日 星期一
The problem with NVIDIA GeGorce GT 640m in UBUNTU12.04
When i execute Openrave in Aspire V3-471G notebook, there is error message about "Can't set up a valid OpenGL canvas, something is seriously wrong with the system!"
The cause of this problem is that Nvidia Optimus function is not support in Ubuntu.
So i have to install Bumblebee-UI in ubuntu.
The cause of this problem is that Nvidia Optimus function is not support in Ubuntu.
So i have to install Bumblebee-UI in ubuntu.
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install bumblebee bumblebee-nvidia linux-headers-generic
訂閱:
文章 (Atom)