A bolt out of the blue

競プロ、その他勉強したことなど

2018-10-07から1日間の記事一覧

iPythonを起動しようとするとModuleNotFoundError

つまづき 競プロに参加しようとして、いつものようにipythonを起動しようとしたら、なぜか動かなくなっていた。 $ ipython Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.7/bin/ipython", line 7, in <module> from IP</module>…