当前位置:网站首页>Gym installation pit records
Gym installation pit records
2022-07-07 10:31:00 【Old smile】
gym Installation step pit record
Use pip install gym[all] install gym when box2d Installation failed , There will be Building wheel for box2d.py (setup.py) … error The problem of
Terminal display
error trying to exec ‘cc1plus’: execvp: There is no file or directory
This is a problem , There are two possibilities :
First of all , You did not install g++
second , Yours gcc Version and g++ Version does not match
terms of settlement : install gcc and g++ And some dependent packages
sudo apt-get install build-essential
sudo apt-get install g++
after pip install gym[all] success
边栏推荐
- XML configuration file parsing and modeling
- [detailed explanation of Huawei machine test] tall and short people queue up
- Appx代码签名指南
- Kotlin realizes wechat interface switching (fragment exercise)
- C#记录日志方法
- STM32 ADC and DMA
- leetcode-303:区域和检索 - 数组不可变
- How embedded engineers improve work efficiency
- 字符串格式化
- 移动端通过设置rem使页面内容及字体大小自动调整
猜你喜欢
[second on] [jeecgboot] modify paging parameters
路由器开发知识汇总
PDF文档签名指南
STM32 ADC and DMA
小程序跳转H5,配置业务域名经验教程
【acwing】789. 数的范围(二分基础)
ThreadLocal会用可不够
Use the fetch statement to obtain the repetition of the last row of cursor data
Experience sharing of software designers preparing for exams
Trajectory planning for multi-robot systems: Methods and applications 综述阅读笔记
随机推荐
P2788 数学1(math1)- 加减算式
MCU is the most popular science (ten thousand words summary, worth collecting)
[牛客网刷题 Day6] JZ27 二叉树的镜像
【acwing】786. 第k个数
Adb 实用命令(网络包、日志、调优相关)
【实战】霸榜各大医学分割挑战赛的Transformer架构--nnFormer
Leetcode exercise - 113 Path sum II
Trajectory planning for multi robot systems: methods and Applications Overview reading notes
2022.7.6DAY598
求方程ax^2+bx+c=0的根(C语言)
[detailed explanation of Huawei machine test] tall and short people queue up
Talking about the return format in the log, encapsulation format handling, exception handling
【二开】【JeecgBoot】修改分页参数
MySQL insert data create trigger fill UUID field value
2022.7.4DAY596
Some superficial understanding of word2vec
根据设备信息进行页面跳转至移动端页面或者PC端页面
Pre knowledge reserve of TS type gymnastics to become an excellent TS gymnastics master
【acwing】789. Range of numbers (binary basis)
优雅的 Controller 层代码