-1

因此,我使用此处的说明在我的 PC 上手动安装 StarCluster,但出现此错误:

urllib.error.HTTPError:HTTP 错误 403:需要 SSL

图片

我该怎么办?

4

1 回答 1

1

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

于 2020-09-24T08:00:36.400 回答