python:jupyterlab:jupyterlab-nvdashboard

差分

このページの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>rapidsai/jupyterlab-nvdashboard|rapidsai/jupyterlab-nvdashboard: A JupyterLab extension for displaying dashboards of GPU usage.]]\\+[[git>rapidsai/jupyterlab-nvdashboard|rapidsai/jupyterlab-nvdashboard: A JupyterLab extension for displaying dashboards of GPU usage.]] [[gtr>https://github.com/rapidsai/jupyterlab-nvdashboard|翻訳]]\\ 
 +<WRAP zoomimg w400 x1_7> 
 +{{:python:jupyterlab:jupyterlab_nvdashboard_001.png?1024|jupyterlab_nvdashboard 001}}\\ 
 +</WRAP>
  
 ====== インストール ====== ====== インストール ======
行 393: 行 396:
 <WRAP color_term> <WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-$ pip show numpy+$ pip show --verbose numpy
 </pre></html></WRAP> </pre></html></WRAP>
-<WRAP color_result><html><pre>+<WRAP color_result_long><html><pre>
 Name: numpy Name: numpy
 Version: 1.23.2 Version: 1.23.2
行 406: 行 409:
 Requires:  Requires: 
 Required-by: bokeh Required-by: bokeh
 +Metadata-Version: 2.1
 +Installer: pip
 +Classifiers:
 +  Development Status :: 5 - Production/Stable
 +  Intended Audience :: Science/Research
 +  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/Engineering
 +  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:main
 +  f2py3 = numpy.f2py.f2py2e:main
 +  f2py3.9 = numpy.f2py.f2py2e:main
 +  
 +  [pyinstaller40]
 +  hook-dirs = numpy:_pyinstaller_hooks_dir
 +Project-URLs:
 +  Bug Tracker, https://github.com/numpy/numpy/issues
 +  Documentation, https://numpy.org/doc/1.23
 +  Source Code, https://github.com/numpy/numpy
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
行 484: 行 524:
 <WRAP color_term> <WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-$ sudo apt-file update && apt-file search libcblas.so.3+$ sudo apt-file update && apt-file search <b class=DiYE>libcblas.so.3</b>
 </pre></html></WRAP> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
行 494: 行 534:
 Reading state information... Done Reading state information... Done
 All packages are up to date. All packages are up to date.
-libatlas3-base: /usr/lib/arm-linux-gnueabihf/libcblas.so.3+<b class=DiYE>libatlas3-base: /usr/lib/arm-linux-gnueabihf/libcblas.so.3</b>
 libatlas3-base: /usr/lib/arm-linux-gnueabihf/libcblas.so.3.10.3 libatlas3-base: /usr/lib/arm-linux-gnueabihf/libcblas.so.3.10.3
 libblas-dev: /usr/share/doc/libblas-dev/README.if-you-look-for-libcblas.so.3 libblas-dev: /usr/share/doc/libblas-dev/README.if-you-look-for-libcblas.so.3
 +</pre></html></WRAP>
 +</WRAP>
 +
 +libatlas3-base パッケージに libcblas.so.3 が含まれますが、パッケージの依存関係は libatlas-base-dev が libatlas3-base に依存しているので、libatlas-base-dev をインストールすれば問題は解決します😊\\
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +$ apt-cache depends <b class=DiYE>libatlas3-base</b>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +libatlas3-base
 +  Depends: libc6
 +  Depends: libgcc-s1
 +  Depends: libgfortran5
 +  Conflicts: <libcblas3>
 +  Breaks: libatlas-base-dev
 +  Breaks: libblas3
 +  Breaks: liblapack3
 +  Breaks: libopenblas-base
 +  Replaces: <libcblas3>
 +</pre></html></WRAP>
 +<WRAP color_command><html><pre>
 +$ apt-cache depends <b class=DiYE>libatlas-base-dev</b>
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +libatlas-base-dev
 +  <b class=DiYE>Depends: libatlas3-base</b>
 +  Conflicts: <libcblas-dev>
 +  Breaks: <libatlas-dev>
 +  Breaks: libblas-dev
 +  Breaks: liblapack-dev
 +  Breaks: libopenblas-dev
 +  Suggests: libatlas-doc
 +  Suggests: liblapack-doc
 +  Replaces: <libatlas-dev>
 +  Replaces: <libcblas-dev>
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
  • python/jupyterlab/jupyterlab-nvdashboard.1662816005.txt.gz
  • 最終更新: 2022/09/10 22:20
  • by ともやん