当我遇到以下错误时,我需要更新 matplotlib:
conda update matplotlib
Collecting package metadata: done
Solving environment: done
## Package Plan ##
environment location: /home/gpu-server/anaconda3
added / updated specs:
- matplotlib
The following NEW packages will be INSTALLED:
libopenblas pkgs/main/linux-64::libopenblas-0.3.3-h5a2b251_3
setuptools pkgs/main/linux-64::setuptools-40.6.3-py37_0
The following packages will be UPDATED:
matplotlib conda-forge::matplotlib-3.0.0-2 --> pkgs/main::matplotlib-3.0.2-py37h5429711_0
numpy conda-forge::numpy-1.15.1-py36_blas_o~ --> pkgs/main::numpy-1.15.4-py37h99e49ec_0
numpy-base 1.15.3-py36h81de0dd_0 --> 1.15.4-py37h2f8d375_0
pyparsing conda-forge/noarch::pyparsing-2.2.2-p~ --> pkgs/main/linux-64::pyparsing-2.3.1-py37_0
python 3.6.8-h0371630_0 --> 3.7.2-h0371630_0
pytz conda-forge/noarch::pytz-2018.6-py_0 --> pkgs/main/linux-64::pytz-2018.9-py37_0
six conda-forge::six-1.11.0-py36_1001 --> pkgs/main::six-1.12.0-py37_0
wheel conda-forge::wheel-0.32.2-py36_0 --> pkgs/main::wheel-0.32.3-py37_0
The following packages will be SUPERSEDED …Run Code Online (Sandbox Code Playgroud) 我在运行 NVIDIA X 服务器设置以调整 GPU 风扇速度时遇到问题。启动该实用程序时,它只会打开一个空窗口,如下所示:
以下是来自nvidia-smi实用程序和的附加信息lsb_release -a:
Ubuntu version:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
Run Code Online (Sandbox Code Playgroud)
我很乐意听到有关这种行为的原因的任何提示。