我正在使用 ubuntu 16.04 并安装了 python2 和 python3。默认为 python2。
我正在尝试使用此命令安装 python 模块( mapscript )
sudo apt-get install python-mapscript
因为由于某种未知原因,我无法使用pip
它来安装它(无论是在虚拟环境中还是在虚拟环境之外)。
使用 apt-get 模块成功安装在 /usr/lib/python2.7/dist-packages/ 中,但没有安装在 python3/dist-packages 中。
在我的项目中,我使用 python3。
有没有办法 apt-get 显式地为 python3 安装 python 模块?模块据称与 python3 兼容。