質問編集履歴
1
エラー文の追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,6 +13,15 @@
|
|
13
13
|
|
14
14
|
|
15
15
|
Fatal Python error: Aborted
|
16
|
+
|
17
|
+
Main thread:
|
18
|
+
Thread 0x00000001e3cdde00 (most recent call first):
|
19
|
+
File "/ユーザー名/Library/CloudStorage/クラウド名\u72ec\u7acb\u884c\u653f\u6cd5\u4eba\u56fd\u7acb\u9ad8\u7b49\u5c02\u9580\u5b66\u6821\u6a5f\u69cb/\u30c7\u30b9\u30af\u30c8\u30c3\u30d7/spyder/保存ファイル名.py", line 11 in <module>
|
20
|
+
File "/ユーザー名/anaconda3/lib/python3.10/site-packages/spyder_kernels/py3compat.py", line 356 in compat_exec
|
21
|
+
File "/ユーザー名/anaconda3/lib/python3.10/site-packages/spyder_kernels/customize/spydercustomize.py", line 473 in exec_code
|
22
|
+
File "/ユーザー名/anaconda3/lib/python3.10/site-packages/spyder_kernels/customize/spydercustomize.py", line 615 in _exec_file
|
23
|
+
File "/ユーザー名/anaconda3/lib/python3.10/site-packages/spyder_kernels/customize/spydercustomize.py", line 528 in runfile
|
24
|
+
File "/var/folders/tc/lkwdg48j6k5bbl2mg_blgzqw0000gn/T/ipykernel_14548/3951762717.py", line 1 in <module>
|
16
25
|
```
|
17
26
|
|
18
27
|
### 該当のソースコード
|