因此,我使用此处的说明在我的 PC 上手动安装 StarCluster,但出现此错误:
urllib.error.HTTPError:HTTP 错误 403:需要 SSL
我该怎么办?
Starcluster 的官方python 项目页面说它不支持 Python3。支持Python2.6和Python2.7
可以使用 pip 安装该软件包。这有一些先决条件。
$ sudo apt-get install build-essential python python-dev python-openssl
安装这些软件包后,您应该能够安装 StarCluster。
$ sudo pip install StarCluster
如果您在 python 虚拟环境中工作。你不需要 sudo
$ pip install StarCluster