2

googletrans をインストールしようとしています https://pypi.org/project/googletrans/

アドバイスに従って次のコマンドを実行します。

$ pip install googletrans

しかし、python 3.5 と python 2.7 の両方で常に同じエラーが発生します。

Collecting googletrans
Using cached googletrans-3.0.0.tar.gz (17 kB)
ERROR: Could not find a version that satisfies the requirement httpx==0.13.3 (from googletrans) (from versions: none)
ERROR: No matching distribution found for httpx==0.13.3 (from googletrans)

さまざまなコマンドを試しましたが、何が問題なのかまだわかりません。httpx のインストールも失敗します。

pip install httpx
ERROR: Could not find a version that satisfies the requirement httpx (from versions: none)
ERROR: No matching distribution found for httpx

どんな助けでも大歓迎です。ありがとう

4

1 に答える 1