Python构建包

问题描述

我们度过了令人费解的时光,试图使我们的构建得以运行。我们不断收到以下错误消息:

Preparing transaction: ...working... done
          Executing transaction: ...working... done
          installation finished.
   -----> Installing Dependencies
   -----> Installing conda environment from environment.yml
          Collecting package Metadata (repodata.json): ...working... Failed

      CondaHTTPError: HTTP 000 CONNECTION Failed for url <https://conda.anaconda.org/anaconda/linux-64/repodata.json>
      Elapsed: -

      An HTTP error occurred when trying to retrieve this URL.
      HTTP errors are often intermittent,and a simple retry will get you on your way.
      ConnectTimeout(MaxRetryError("HTTPSConnectionPool(host='conda.anaconda.org',port=443): Max retries exceeded with url: /anaconda/linux-64/repodata.json (Caused by ConnectTimeoutError(<urllib3.connection.VerifiedHTTPSConnection object at 0x7feec4197cd0>,'Connection to conda.anaconda.org timed out. (connect timeout=9.15)'))"))


      **ERROR** Could not update conda env: Could not run conda env update: exit status 1
Error staging application: App staging Failed in the buildpack compile phase
Failed

有什么想法吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)