当前位置:网站首页>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
边栏推荐
- 对存储过程进行加密和解密(SQL 2008/SQL 2012)
- Some properties of leetcode139 Yang Hui triangle
- Trajectory planning for multi-robot systems: Methods and applications 综述阅读笔记
- Elegant controller layer code
- Appx code signing Guide
- I'd rather say simple problems a hundred times than do complex problems once
- 路由器开发知识汇总
- [牛客网刷题 Day5] JZ77 按之字形顺序打印二叉树
- Study summary of postgraduate entrance examination in November
- Study summary of postgraduate entrance examination in July
猜你喜欢
随机推荐
根据设备信息进行页面跳转至移动端页面或者PC端页面
When there are pointer variable members in the custom type, the return value and parameters of the assignment operator overload must be reference types
施努卡:机器人视觉抓取工作原理 机器视觉抓取
Experience sharing of software designers preparing for exams
【HigherHRNet】 HigherHRNet 详解之 HigherHRNet的热图回归代码
反射效率为什么低?
Several schemes of building hardware communication technology of Internet of things
【STM32】STM32烧录程序后SWD无法识别器件的问题解决方法
ThreadLocal会用可不够
路由器开发知识汇总
P2788 数学1(math1)- 加减算式
.NET配置系统
Kotlin实现微信界面切换(Fragment练习)
【acwing】786. Number k
[detailed explanation of Huawei machine test] tall and short people queue up
Leetcode-303: region and retrieval - array immutable
[second on] [jeecgboot] modify paging parameters
Prototype and prototype chain
BUUCTF---Reverse---reverse1
@Transcation的配置,使用,原理注意事项: