簡體   English   中英

pip安裝氣流不適用於版本1.7.1.3

[英]pip install airflow not working for version 1.7.1.3

自從過去兩年以來,我們一直在產品環境中使用氣流,並且版本為1.7.1.3。

最近,當我試圖做PIP安裝氣流== 1.7.3.1,安裝失敗,並詳細的日志在追查神器位置幫助- https://pypi.org/simple/apache-airflow/

我看到從那里刪除了1.7.1.3版的氣流。

是否還有其他托管工件的存儲庫? 如果沒有,我還必須使用pip安裝其他哪種方法?

請注意,Airflow的pip名稱現在為apache-airflow airflow,對於該版本, 仍可從Github存儲庫中獲得 1.7.1.3標簽。 要安裝它,您需要克隆存儲庫,簽出特定標簽,然后對存儲庫文件夾進行pip install

$ git clone https://github.com/apache/incubator-airflow.git
Cloning into 'incubator-airflow'...
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 40506 (delta 3), reused 1 (delta 0), pack-reused 40497
Receiving objects: 100% (40506/40506), 27.82 MiB | 1.75 MiB/s, done.
Resolving deltas: 100% (29080/29080), done.
$ cd incubator-airflow
$ git checkout tags/1.7.1.3
Note: checking out 'tags/1.7.1.3'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 209bf9c7... Adding .readthedocs.yml to build docs for 1.7.1.3
$ pip install .

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM