当前位置:网站首页>gym安装踩坑记录
gym安装踩坑记录
2022-07-07 08:21:00 【岁笑三古】
gym安装踩坑记录
使用pip install gym[all]安装gym时box2d安装失败,会出现Building wheel for box2d.py (setup.py) … error的问题
终端显示
error trying to exec ‘cc1plus’: execvp: 没有那个文件或目录
出现这个问题,有两种可能:
第一,你没有安装g++
第二,你的gcc的版本和g++版本不相符合
解决办法:安装gcc和g++及一些依赖包
sudo apt-get install build-essential
sudo apt-get install g++
之后pip install gym[all]成功
边栏推荐
猜你喜欢
IIC基本知识
Fiddler break point
Smart city construction based on GIS 3D visualization technology
SQLyog数据库怎么取消自动保存更改
[sword finger offer] 42 Stack push in and pop-up sequence
XML configuration file parsing and modeling
JMeter installation
LLVM之父Chris Lattner:為什麼我們要重建AI基礎設施軟件
Weekly recommended short videos: what are the functions of L2 that we often use in daily life?
Fiddler simulates the interface test
随机推荐
High number_ Chapter 1 space analytic geometry and vector algebra_ Quantity product of vectors
mysql插入数据创建触发器填充uuid字段值
【剑指Offer】42. 栈的压入、弹出序列
1323:【例6.5】活动选择
IIC基本知识
2022.7.5DAY597
施努卡:机器人视觉抓取工作原理 机器视觉抓取
IPv4套接字地址结构
STM32 ADC和DMA
对存储过程进行加密和解密(SQL 2008/SQL 2012)
Study summary of postgraduate entrance examination in November
Programming features of ISP, IAP, ICP, JTAG and SWD
The request object parses the request body and request header parameters
单片机(MCU)最强科普(万字总结,值得收藏)
Factorial implementation of large integer classes
[牛客网刷题 Day5] JZ77 按之字形顺序打印二叉树
根据设备信息进行页面跳转至移动端页面或者PC端页面
ORM model -- creation and query of data records
The variables or functions declared in the header file cannot be recognized after importing other people's projects and adding the header file
The Hal library is configured with a general timer Tim to trigger ADC sampling, and then DMA is moved to the memory space.