Build the Environment
Because Ubuntu has it’s own python2 and python3, what I need to finish is import those module.
pip
pip is a tools to install some software and package
anaconda
if you use python2 in your work, you should install anaconda2.X(issue).
if you use python3 in your work, you should install anaconda3.X(issue).
opencv-python
It is a difficult problem for me because my network is not good. Thus I cost much time on it.
you can install it by the following command in the filefolder of anaconda2 or anaconda3;
pip install opencv-python

if the enviroment is not good, you can change one and try again.
本文介绍了如何在Ubuntu系统中为Python 2和Python 3构建开发环境。包括使用pip安装软件包,选择合适的Anaconda版本,并解决网络不佳情况下安装OpenCV-Python的问题。

1万+

被折叠的 条评论
为什么被折叠?



