前提・実現したいこと
cvxpyをpipでインストールしようとしたところ、エラーが出てしまいました。
発生している問題・エラーメッセージ
文字数制限の関係で、最初から一部のみ掲載しますが、この後も100行以上エラーメッセージが続いていました。
Collecting cvxpy Using cached cvxpy-1.1.7-cp37-cp37m-win_amd64.whl (782 kB) Collecting scs>=1.1.6 Using cached scs-2.1.2.tar.gz (3.5 MB) Requirement already satisfied: numpy>=1.15 in c:\users\XXXXX\anaconda3\lib\site-packages (from cvxpy) (1.18.1) Requirement already satisfied: osqp>=0.4.1 in c:\users\XXXXX\anaconda3\lib\site-packages (from cvxpy) (0.6.1) Collecting ecos>=2 Using cached ecos-2.0.7.post1.tar.gz (126 kB) Requirement already satisfied: scipy>=1.1.0 in c:\users\XXXXX\anaconda3\lib\site-packages (from cvxpy) (1.4.1) Requirement already satisfied: future in c:\users\XXXXX\anaconda3\lib\site-packages (from osqp>=0.4.1->cvxpy) (0.18.2) Building wheels for collected packages: scs, ecos Building wheel for scs (setup.py): started Building wheel for scs (setup.py): finished with status 'error' Running setup.py clean for scs Building wheel for ecos (setup.py): started Building wheel for ecos (setup.py): finished with status 'error' Running setup.py clean for ecos Failed to build scs ecos Installing collected packages: scs, ecos, cvxpy Running setup.py install for scs: started Running setup.py install for scs: finished with status 'error' Note: you may need to restart the kernel to use updated packages. ERROR: Command errored out with exit status 1: command: 'C:\Users\XXXXX\anaconda3\python.exe' -u -c 'import sys, setuptools,
該当のソースコード
pip install cvxpy
試したこと
- Note: you may need to restart the kernel to use updated packages.
と出てきているので、kernelをrestartしましたが、状況は変わりませんでした。
-
jupyterのアップデートをしましたが、状況は変わりませんでした。
-
pipをアップデートしましたが、
Requirement already up-to-date: pip in c:\users\akirakohjin\anaconda3\lib\site-packages (20.2.4) Note: you may need to restart the kernel to use updated packages.
となります。
- pip3で試しましたが、
File "<ipython-input-5-ab277a5b523a>", line 1 pip3 install cvxpy ^ SyntaxError: invalid syntax
となります。
よろしくお願いします。
回答1件
あなたの回答
tips
プレビュー