R_Tani0112
@R_Tani0112

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

Natural Language APIを利用して感情分析したいのですが...

Q&A

Closed

プログラミング言語はPythonで、Natural Language APIを用いて、感情分析を行いたいです。
ただ、「from google.cloud import language_v1」を使えるようにしたいので、Anaconda PowerShell Promptにインストール文を記述して実行すると、4時間くらいかかっても、インストールが完了しません。あまりfrom google.cloud import language_v1を詳しくは存じないのですが、そのような物なのでしょうか?

大変お手数ではございますが、どなたかご教授頂ければ大変嬉しく存じます。

0

1Answer

Comments

  1. @R_Tani0112

    Questioner

    ご連絡ありがとうございます。
    conda install -c conda-forge google-cloud-language

    上記が、入力したインストール文です。

  2. ありがとうございます。

    私の環境で同じコマンドを試したところ約7分ほどでインストールが終わりましたので4時間は異常であると考えられますね。

    パッと考えられる要因としてはネットワーク環境ですかね?
    私の場合、通信速度が下り約120Mbpsの環境で試しました。

  3. @R_Tani0112

    Questioner

    ご連絡ありがとうございます。
    JupyterLabの方から、直接「!pip install google-cloud-language」とソースを実行したら、うまく行きました。
    ご回答ありがとうございました。

Your answer might help someone💌