- 締切済み
pip install dlib
windows10 Anaconda3 Anaconda Promptで pip install dlib でインストールできません。 他のライブラリはpipで普通にインストールできています。 初めてライブラリのインストールでエラーになりました。 エラーメッセージはかなりの長文でどこを掲載したらいいのか解らないので最初の白文字だけ掲載します。後は赤文字のオンパレードになっています。 WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip. Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue. To avoid this problem you can invoke Python with '-m pip' instead of running pip directly. Collecting dlib Using cached dlib-19.19.0.tar.gz (3.2 MB) Building wheels for collected packages: dlib Building wheel for dlib (setup.py) ... error google翻訳で見たのですがよく解りません。 どなたかインストールの方法をよろしくお願いします
- みんなの回答 (1)
- 専門家の回答
みんなの回答
- n-jun
- ベストアンサー率33% (959/2873)
pip list で pip 自身のバージョンを確認。 現在 20.0.2 です。 仮にこれより古いなら pip install -U pip で pip 自身のアップデートをしてからやってみるとか?
補足
確認しましたがpip は20.0.2 でした。