计算机视觉开发环境搭建与图像处理基础入门
1. 软件安装
在不同操作系统上安装Python和PIP是开展后续工作的基础,以下是不同系统的安装方法:
- macOS :
bash brew update brew install python
此命令将同时安装Python和PIP。
- Red Hat Linux :
bash sudo yum update sudo yum install python3 sudo yum groupinstall 'Development Tools'
- Windows :
1. 安装Microsoft Visual C++ 2017 Redistributable Update 3。可按以下步骤单独安装:
- 访问 Visual Studio下载页面 。
- 选择“Other Tools, Frameworks, and Redistributables”。
- 下载并安装Microsoft Visual C++ 2017 Redistributable Update 3。
2. 确保在Windows上启用长路径,具体说明可参考
超级会员免费看
订阅专栏 解锁全文
23万+

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



