标签: python linux pygears
在安装PyGears时出现错误No system libbz2 headers could be found. Make sure your system has a libz installed。有什么建议吗?
No system libbz2 headers could be found. Make sure your system has a libz installed
答案 0 :(得分:0)
如果您在WSL上使用Ubuntu,请尝试使用此。
sudo apt install libbz2-dev
该软件包的名称可能会随Linux发行版的不同而有所不同,但仅此而已。