質問編集履歴

2

エラーの更新

2021/06/06 01:49

投稿

sakuramochiIII
sakuramochiIII

スコア8

test CHANGED
File without changes
test CHANGED
@@ -12,43 +12,7 @@
12
12
 
13
13
  ```
14
14
 
15
- Traceback (most recent call last):
16
-
17
- File "/Users/higashirinako/Downloads/invader/invader_new.py", line 1, in <module>
18
-
19
- import pyxel
20
-
21
- File "/usr/local/lib/python3.9/site-packages/pyxel/__init__.py", line 10, in <module>
22
-
23
- from . import core # type: ignore
24
-
25
- File "/usr/local/lib/python3.9/site-packages/pyxel/core/__init__.py", line 42, in <module>
26
-
27
- _lib = _load_library()
28
-
29
- File "/usr/local/lib/python3.9/site-packages/pyxel/core/__init__.py", line 39, in _load_library
30
-
31
- return cdll.LoadLibrary(lib_path)
32
-
33
- File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/__init__.py", line 452, in LoadLibrary
34
-
35
- return self._dlltype(name)
36
-
37
- File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/__init__.py", line 374, in __init__
38
-
39
- self._handle = _dlopen(self._name, mode)
40
-
41
- OSError: dlopen(/usr/local/lib/python3.9/site-packages/pyxel/core/bin/macos/libpyxelcore.dylib, 6): Symbol not found: __ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE16find_last_not_ofEPKcmm
42
-
43
- Referenced from: /usr/local/lib/python3.9/site-packages/pyxel/core/bin/macos/libpyxelcore.dylib (which was built for Mac OS X 10.15)
44
-
45
- Expected in: /usr/lib/libstdc++.6.dylib
15
+ pyxel error: unsupported resource file version '1.4.3' in 'LoadAsset'
46
-
47
- in /usr/local/lib/python3.9/site-packages/pyxel/core/bin/macos/libpyxelcore.dylib
48
-
49
- higashiakonoMBP:invader higashirinako$
50
-
51
-
52
16
 
53
17
  ```
54
18
 

1

修正

2021/06/06 01:49

投稿

sakuramochiIII
sakuramochiIII

スコア8

test CHANGED
@@ -1 +1 @@
1
- pyxel error: unsupported resource file version '1.4.3' in 'LoadAsset'の解決法
1
+ pyxelを実行できない
test CHANGED
@@ -12,7 +12,43 @@
12
12
 
13
13
  ```
14
14
 
15
+ Traceback (most recent call last):
16
+
17
+ File "/Users/higashirinako/Downloads/invader/invader_new.py", line 1, in <module>
18
+
19
+ import pyxel
20
+
21
+ File "/usr/local/lib/python3.9/site-packages/pyxel/__init__.py", line 10, in <module>
22
+
23
+ from . import core # type: ignore
24
+
25
+ File "/usr/local/lib/python3.9/site-packages/pyxel/core/__init__.py", line 42, in <module>
26
+
27
+ _lib = _load_library()
28
+
29
+ File "/usr/local/lib/python3.9/site-packages/pyxel/core/__init__.py", line 39, in _load_library
30
+
31
+ return cdll.LoadLibrary(lib_path)
32
+
33
+ File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/__init__.py", line 452, in LoadLibrary
34
+
35
+ return self._dlltype(name)
36
+
37
+ File "/usr/local/Cellar/python@3.9/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/__init__.py", line 374, in __init__
38
+
39
+ self._handle = _dlopen(self._name, mode)
40
+
41
+ OSError: dlopen(/usr/local/lib/python3.9/site-packages/pyxel/core/bin/macos/libpyxelcore.dylib, 6): Symbol not found: __ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE16find_last_not_ofEPKcmm
42
+
43
+ Referenced from: /usr/local/lib/python3.9/site-packages/pyxel/core/bin/macos/libpyxelcore.dylib (which was built for Mac OS X 10.15)
44
+
15
- pyxel error: unsupported resource file version '1.4.3' in 'LoadAsset'
45
+ Expected in: /usr/lib/libstdc++.6.dylib
46
+
47
+ in /usr/local/lib/python3.9/site-packages/pyxel/core/bin/macos/libpyxelcore.dylib
48
+
49
+ higashiakonoMBP:invader higashirinako$
50
+
51
+
16
52
 
17
53
  ```
18
54