問題タブ [allennlp]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
allennlp - AllenNLP サーバー: pip は各パッケージの複数のバージョンを調べています
Python 3.6.9 を使用する私の Conda 環境内に、AllenNLP 9.2.0 をインストールしました。https://github.com/allenai/allennlp-serverからの指示に従って、実行して AllenNLP サーバーをインストールしようとしましたpip install --editable .
ただし、いくつかのモジュールとの互換性チェックが行われるため、インストール手順は決して終了しません。pip is looking at multiple versions of tqdm to determine which version is compatible with other requirements. This could take a while. Collecting tqdm>=4.19
ここで何が起こるか知っている人はいますか?AllenNLP サーバーの steup.py に制限を追加する必要がありますか? ただし、そのようなファイルにはコードが含まれています。
どうもありがとうございました。