差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
python:jupyterlab:jupyterlab-nvdashboard [2022/09/10 22:20] – [libatlas-base-dev パッケージのインストール] ともやん | python:jupyterlab:jupyterlab-nvdashboard [2023/05/16 07:29] (現在) – [jupyterlab_nvdashboard] ともやん | ||
---|---|---|---|
行 1: | 行 1: | ||
====== jupyterlab_nvdashboard ====== | ====== jupyterlab_nvdashboard ====== | ||
- | [[git> | + | [[git> |
+ | <WRAP zoomimg w400 x1_7> | ||
+ | {{: | ||
+ | </ | ||
====== インストール ====== | ====== インストール ====== | ||
行 393: | 行 396: | ||
<WRAP color_term> | <WRAP color_term> | ||
<WRAP color_command>< | <WRAP color_command>< | ||
- | $ pip show numpy | + | $ pip show --verbose |
</ | </ | ||
- | < | + | < |
Name: numpy | Name: numpy | ||
Version: 1.23.2 | Version: 1.23.2 | ||
行 406: | 行 409: | ||
Requires: | Requires: | ||
Required-by: | Required-by: | ||
+ | Metadata-Version: | ||
+ | Installer: pip | ||
+ | Classifiers: | ||
+ | Development Status :: 5 - Production/ | ||
+ | Intended Audience :: Science/ | ||
+ | Intended Audience :: Developers | ||
+ | License :: OSI Approved :: BSD License | ||
+ | Programming Language :: C | ||
+ | Programming Language :: Python | ||
+ | Programming Language :: Python :: 3 | ||
+ | Programming Language :: Python :: 3.8 | ||
+ | Programming Language :: Python :: 3.9 | ||
+ | Programming Language :: Python :: 3.10 | ||
+ | Programming Language :: Python :: 3 :: Only | ||
+ | Programming Language :: Python :: Implementation :: CPython | ||
+ | Topic :: Software Development | ||
+ | Topic :: Scientific/ | ||
+ | Typing :: Typed | ||
+ | Operating System :: Microsoft :: Windows | ||
+ | Operating System :: POSIX | ||
+ | Operating System :: Unix | ||
+ | Operating System :: MacOS | ||
+ | Entry-points: | ||
+ | [array_api] | ||
+ | numpy = numpy.array_api | ||
+ | | ||
+ | [console_scripts] | ||
+ | f2py = numpy.f2py.f2py2e: | ||
+ | f2py3 = numpy.f2py.f2py2e: | ||
+ | f2py3.9 = numpy.f2py.f2py2e: | ||
+ | | ||
+ | [pyinstaller40] | ||
+ | hook-dirs = numpy: | ||
+ | Project-URLs: | ||
+ | Bug Tracker, https:// | ||
+ | Documentation, | ||
+ | Source Code, https:// | ||
</ | </ | ||
</ | </ | ||
行 484: | 行 524: | ||
<WRAP color_term> | <WRAP color_term> | ||
<WRAP color_command>< | <WRAP color_command>< | ||
- | $ sudo apt-file update && apt-file search libcblas.so.3 | + | $ sudo apt-file update && apt-file search |
</ | </ | ||
<WRAP color_result>< | <WRAP color_result>< | ||
行 494: | 行 534: | ||
Reading state information... Done | Reading state information... Done | ||
All packages are up to date. | All packages are up to date. | ||
- | libatlas3-base: | + | <b class=DiYE> |
libatlas3-base: | libatlas3-base: | ||
libblas-dev: | libblas-dev: | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | libatlas3-base パッケージに libcblas.so.3 が含まれますが、パッケージの依存関係は libatlas-base-dev が libatlas3-base に依存しているので、libatlas-base-dev をインストールすれば問題は解決します😊\\ | ||
+ | <WRAP color_term> | ||
+ | <WRAP color_command>< | ||
+ | $ apt-cache depends <b class=DiYE> | ||
+ | </ | ||
+ | <WRAP color_result>< | ||
+ | libatlas3-base | ||
+ | Depends: libc6 | ||
+ | Depends: libgcc-s1 | ||
+ | Depends: libgfortran5 | ||
+ | Conflicts: < | ||
+ | Breaks: libatlas-base-dev | ||
+ | Breaks: libblas3 | ||
+ | Breaks: liblapack3 | ||
+ | Breaks: libopenblas-base | ||
+ | Replaces: < | ||
+ | </ | ||
+ | <WRAP color_command>< | ||
+ | $ apt-cache depends <b class=DiYE> | ||
+ | </ | ||
+ | <WRAP color_result>< | ||
+ | libatlas-base-dev | ||
+ | <b class=DiYE> | ||
+ | Conflicts: < | ||
+ | Breaks: < | ||
+ | Breaks: libblas-dev | ||
+ | Breaks: liblapack-dev | ||
+ | Breaks: libopenblas-dev | ||
+ | Suggests: libatlas-doc | ||
+ | Suggests: liblapack-doc | ||
+ | Replaces: < | ||
+ | Replaces: < | ||
</ | </ | ||
</ | </ |