0
点赞
收藏
分享

微信扫一扫

安装python库roboschool运行报错:ImportError: libpcre16.so.3: cannot open shared object file——解决方法

如题:

运行roboschool运行报错。

操作系统:

Ubuntu

ImportError: libpcre16.so.3: cannot open shared object file: No such file or directory


安装python库roboschool运行报错:ImportError: libpcre16.so.3: cannot open shared object file——解决方法_解决方法




解决方法:

sudo apt install libpcre3-dev


举报

相关推荐

0 条评论