Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
torchtext 0.4.0 ライブラリは存在しますが (pip からダウンロードできます)、動作しconda install torchtext=0.4.0ません。torchtext を anaconda 環境にダウンロードするにはどうすればよいですか?
conda install torchtext=0.4.0
conda install -c derickl torchtext
torchtext パッケージは derickl チャンネルで入手できます。conda で pip install を使用することもできます。conda 環境は、pip インストール済みパッケージのレイヤーを作成します。