1 Star 0 Fork 8

毛思淼/Airsim自动驾驶汽车

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
InstallPackages.py 940 Bytes
一键复制 编辑 原始数据 按行查看 历史
wp 提交于 2023-10-20 10:16 . added a file
import os
# Run this script from within an anaconda virtual environment to install the required packages
# Be sure to run this script as root or as administrator.
# 注销pip的升级,会导致升级卡死。
# os.system('python -m pip install --upgrade pip')
#os.system('conda update -n base conda')
os.system('conda install jupyter')
os.system('conda install keras==2.1.2')
# os.system('pip install numpy')
# os.system('pip install tensorflow==1.10.0')
os.system('conda install pandas')
os.system('pip install h5py==2.10.0')
os.system('pip install tornado==4.5')
os.system('pip install matplotlib==2.1.2')
os.system('pip install image')
os.system('pip install keras_tqdm')
os.system('conda install opencv')
os.system('pip install msgpack-rpc-python')
os.system('conda install scipy')
# 如果vscode的jupternotebook启动内核失败,运行该命令
# os.system('conda install -n Airsim ipykernel --update-deps --force-reinstall')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mao_si_miao/airsim-autonomous-vehicle.git
git@gitee.com:mao_si_miao/airsim-autonomous-vehicle.git
mao_si_miao
airsim-autonomous-vehicle
Airsim自动驾驶汽车
master

搜索帮助