0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Jupyterrが起動しない?SyntaxError? ImportError?

0
Last updated at Posted at 2019-12-07

やり方

pythonのバージョンを3.6以下にすると解決します。
念の為python3-aptも再インストールします。

バージョンを下げる

リンク変更
sudo ln -sf /usr/bin/python3.6以下を指定 /usr/bin/python3

python3-apt
sudo apt install --reinstall python3-apt

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?