質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.46%
Windows 10

Windows 10は、マイクロソフト社がリリースしたOSです。Modern UIを標準画面にした8.1から、10では再びデスクトップ主体に戻され、UIも変更されています。PCやスマホ、タブレットなど様々なデバイスに幅広く対応していることが特徴です。

コマンドプロンプト

コマンドプロンプト(cmd.exe)はMicrosoftによって提供されているコマンドラインインタプリタです。OS/2・Windows CE・Windows NTで使用可能です。

pip

pipとは、Pythonを用いて書かれているパッケージソフトのインストールや管理を行うためのパッケージマネジメントシステムです。pipを使う主なメリットは、コマンドラインインターフェースにて容易にPythonパッケージソフトをインストール可能だという点です。

Q&A

0回答

1467閲覧

streamlitがインストールできません

gyygdyedgyedgye

総合スコア0

Windows 10

Windows 10は、マイクロソフト社がリリースしたOSです。Modern UIを標準画面にした8.1から、10では再びデスクトップ主体に戻され、UIも変更されています。PCやスマホ、タブレットなど様々なデバイスに幅広く対応していることが特徴です。

コマンドプロンプト

コマンドプロンプト(cmd.exe)はMicrosoftによって提供されているコマンドラインインタプリタです。OS/2・Windows CE・Windows NTで使用可能です。

pip

pipとは、Pythonを用いて書かれているパッケージソフトのインストールや管理を行うためのパッケージマネジメントシステムです。pipを使う主なメリットは、コマンドラインインターフェースにて容易にPythonパッケージソフトをインストール可能だという点です。

0グッド

0クリップ

投稿2020/08/21 13:37

編集2020/08/21 13:40

前提・実現したいこと

streamlitをインストールしたいのですが、エラーが出てインストールすることが出来ません。

発生している問題・エラーメッセージ

ERROR: Command errored out with exit status 1: command: 'c:\users\owner\appdata\local\programs\python\python38-32\python.exe' 'c:\users\owner\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\Owner\AppData\Local\Temp\pip-build-env-v7t86cye\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel cwd: None Complete output (579 lines): Ignoring numpy: markers 'python_version < "3.7"' don't match your environment Collecting cython>=0.29 Using cached Cython-0.29.21-cp38-cp38-win32.whl (1.6 MB) Collecting numpy==1.16.0 Using cached numpy-1.16.0.zip (5.1 MB) Collecting setuptools Using cached setuptools-49.6.0-py3-none-any.whl (803 kB) Collecting setuptools_scm Using cached setuptools_scm-4.1.2-py2.py3-none-any.whl (27 kB) Collecting wheel Using cached wheel-0.35.1-py2.py3-none-any.whl (33 kB) Building wheels for collected packages: numpy Building wheel for numpy (setup.py): started Building wheel for numpy (setup.py): finished with status 'error' ERROR: Command errored out with exit status 1: command: 'c:\users\owner\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Owner\AppData\Local\Temp\pip-install-bipp4fj6\numpy\setup.py'"'"'; __file__='"'"'C:\Users\Owner\AppData\Local\Temp\pip-install-bipp4fj6\numpy\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\Owner\AppData\Local\Temp\pip-wheel-ger0j31s' cwd: C:\Users\Owner\AppData\Local\Temp\pip-install-bipp4fj6\numpy\ Complete output (264 lines): Running from numpy source directory. C:\Users\Owner\AppData\Local\Temp\pip-install-bipp4fj6\numpy\numpy\distutils\misc_util.py:476: SyntaxWarning: "is" with a literal. Did you mean "=="? return is_string(s) and ('*' in s or '?' is s) blas_opt_info: blas_mkl_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries mkl_rt not found in ['c:\users\owner\appdata\local\programs\python\python38-32\lib', 'C:\', 'c:\users\owner\appdata\local\programs\python\python38-32\libs'] NOT AVAILABLE blis_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler

エラーコードが長いため途中で切っています。

環境

windwos10 pro
pip 20.2.2

pip install --use-feature=2020-resolver streamlitとしてもダメでした。

Package Version ----------------------------- --------- -ffi 1.14.1 alabaster 0.7.12 appdirs 1.4.4 argon2-cffi 20.1.0 asgiref 3.2.10 astroid 2.4.2 atomicwrites 1.4.0 attrs 20.1.0 autopep8 1.5.4 Babel 2.8.0 backcall 0.2.0 bcrypt 3.2.0 beautifulsoup4 4.9.1 bleach 3.1.5 Brotli 1.0.7 certifi 2020.6.20 cffi 1.14.2 chardet 3.0.4 chromedriver 2.24.1 click 7.1.2 cloudpickle 1.5.0 colorama 0.4.3 cryptography 3.0 cycler 0.10.0 dash 1.14.0 dash-core-components 1.10.2 dash-html-components 1.0.3 dash-renderer 1.6.0 dash-table 4.9.0 decorator 4.4.2 defusedxml 0.6.0 diff-match-patch 20200713 distlib 0.3.1 Django 3.1 docutils 0.16 entrypoints 0.3 filelock 3.0.12 flake8 3.8.3 Flask 1.1.2 Flask-Compress 1.5.0 future 0.18.2 helpdev 0.7.1 idna 2.10 image 1.5.32 imagesize 1.2.0 intervaltree 3.1.0 ipykernel 5.3.4 ipython 7.17.0 ipython-genutils 0.2.0 ipywidgets 7.5.1 isort 5.4.2 itsdangerous 1.1.0 japanize-matplotlib 1.1.2 jedi 0.17.2 Jinja2 2.11.2 joblib 0.16.0 json5 0.9.5 jsonschema 3.2.0 jupyter 1.0.0 jupyter-client 6.1.6 jupyter-console 6.1.0 jupyter-core 4.6.3 jupyterlab 2.2.5 jupyterlab-server 1.2.0 jupytext 1.5.2 keyring 21.3.0 kiwisolver 1.2.0 lazy-object-proxy 1.5.1 lxml 4.5.2 MarkupSafe 1.1.1 matplotlib 3.3.1 mccabe 0.6.1 mistune 0.8.4 MouseInfo 0.1.3 nbconvert 5.6.1 nbformat 5.0.7 notebook 6.1.3 numpy 1.19.1 numpydoc 1.1.0 opencv-python 4.4.0.42 packaging 20.4 pandas 1.1.1 pandocfilters 1.4.2 paramiko 2.7.1 parso 0.8.0 pathtools 0.1.2 pexpect 4.8.0 pickleshare 0.7.5 Pillow 7.2.0 pip 20.2.2 pip-autoremove 0.9.1 pip-review 1.1.0 pipenv 2020.8.13 plotly 4.9.0 pluggy 0.13.1 prometheus-client 0.8.0 prompt-toolkit 3.0.6 psutil 5.7.2 ptyprocess 0.6.0 PyAutoGUI 0.9.50 pycodestyle 2.6.0 pycparser 2.20 pydocstyle 5.0.2 pyflakes 2.2.0 pygame 1.9.6 PyGetWindow 0.0.8 Pygments 2.6.1 pylint 2.6.0 PyMsgBox 1.0.8 PyNaCl 1.4.0 pyparsing 2.4.7 PyPDF2 1.26.0 pyperclip 1.8.0 PyQt5 5.15.0 PyQt5-sip 12.8.0 PyQtWebEngine 5.15.0 PyRect 0.1.4 pyrsistent 0.16.0 PyScreeze 0.1.26 python-dateutil 2.8.1 python-jsonrpc-server 0.3.4 python-language-server 0.34.1 python-pptx 0.6.18 python3-xlib 0.15 PyTweening 1.0.3 pytz 2020.1 pywin32 228 pywin32-ctypes 0.2.0 pywinpty 0.5.7 PyYAML 5.3.1 pyzmq 19.0.2 QDarkStyle 2.8.1 QtAwesome 0.7.2 qtconsole 4.7.6 QtPy 1.9.0 reportlab 3.5.48 requests 2.24.0 retrying 1.3.3 rope 0.17.0 scikit-learn 0.23.2 scipy 1.5.2 seaborn 0.10.1 selenium 3.141.0 Send2Trash 1.5.0 setuptools 49.6.0 six 1.15.0 snowballstemmer 2.0.0 sortedcontainers 2.2.2 soupsieve 2.0.1 Sphinx 3.2.1 sphinxcontrib-applehelp 1.0.2 sphinxcontrib-devhelp 1.0.2 sphinxcontrib-htmlhelp 1.0.3 sphinxcontrib-jsmath 1.0.1 sphinxcontrib-qthelp 1.0.3 sphinxcontrib-serializinghtml 1.1.4 spyder 4.1.4 spyder-kernels 1.9.3 sqlparse 0.3.1 terminado 0.8.3 testpath 0.4.4 threadpoolctl 2.1.0 toml 0.10.1 tornado 6.0.4 traitlets 4.3.3 urllib3 1.25.10 virtualenv 20.0.31 virtualenv-clone 0.5.4 watchdog 0.10.3 wcwidth 0.2.5 webencodings 0.5.1 Werkzeug 1.0.1 wheel 0.35.1 widgetsnbextension 3.5.1 wrapt 1.12.1 xlrd 1.2.0 XlsxWriter 1.3.3 yapf 0.30.0

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだ回答がついていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.46%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問