raspberry Pi3で、取得したデータをリアルタイムでグラフ化するためmatplotlibをインストールしようと試みました。
しかし、以下のようなエラーが発生し、インストールできませんでした。
pi@raspberrypi:~ $ sudo apt-get install python-matplotlib python3-matplotlib Reading package lists... Error! E: Encountered a section with no Package: header E: Problem with MergeList /var/lib/apt/lists/raspbian.raspberrypi.org_raspbian_dists_buster_main_binary-armhf_Packages E: The package lists or status file could not be parsed or opened.
そのため、調べたところ、update後upgradeする必要があるといわれ、updateを試みました。
すると、またしても以下のようなエラーが発生しました、
pi@raspberrypi:~ $ sudo apt-get upgrade Reading package lists... Error! E: Encountered a section with no Package: header E: Problem with MergeList /var/lib/apt/lists/raspbian.raspberrypi.org_raspbian_dists_buster_main_binary-armhf_Packages E: The package lists or status file could not be parsed or opened.
matplotlibをinstallしてグラフを描くようにするにはどのようにするとよいでしょうか
回答1件
あなたの回答
tips
プレビュー