質問編集履歴

3

質問の編集

2021/09/19 13:05

投稿

akisan55
akisan55

スコア49

test CHANGED
File without changes
test CHANGED
@@ -8,173 +8,59 @@
8
8
 
9
9
  ```
10
10
 
11
- #字数制限のために省略
11
+ Traceback (most recent call last):
12
12
 
13
+ File "/Users/.../Desktop/tom/kivy-ios/toolchain.py", line 4, in <module>
14
+
15
+ main()
16
+
17
+ File "/Users/.../Desktop/tom/kivy-ios/kivy_ios/toolchain.py", line 1536, in main
18
+
19
+ ToolchainCL()
20
+
21
+ File "/Users/.../Desktop/tom/kivy-ios/kivy_ios/toolchain.py", line 1293, in __init__
22
+
23
+ getattr(self, args.command)()
24
+
25
+ File "/Users/.../Desktop/tom/kivy-ios/kivy_ios/toolchain.py", line 1354, in build
26
+
27
+ build_recipes(args.recipe, ctx)
28
+
29
+ File "/Users/.../Desktop/tom/kivy-ios/kivy_ios/toolchain.py", line 1136, in build_recipes
30
+
13
-  新しくエラーが出てしまいました。
31
+ recipe.execute()
32
+
33
+ File "/Users/.../Desktop/tom/kivy-ios/kivy_ios/toolchain.py", line 701, in execute
34
+
35
+ self.extract()
36
+
37
+ File "/Users/.../Desktop/tom/kivy-ios/kivy_ios/toolchain.py", line 73, in _cache_execution
38
+
39
+ f(self, *args, **kwargs)
40
+
41
+ File "/Users/.../Desktop/tom/kivy-ios/kivy_ios/toolchain.py", line 746, in extract
42
+
43
+ self.extract_arch(arch.arch)
44
+
45
+ File "/Users/.../Desktop/tom/kivy-ios/kivy_ios/toolchain.py", line 750, in extract_arch
46
+
47
+ dest_dir = join(build_dir, self.archive_root)
48
+
49
+ File "/usr/local/.../python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/posixpath.py", line 90, in join
50
+
51
+ genericpath._check_arg_types('join', a, *p)
52
+
53
+ File "/usr/local/.../python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/genericpath.py", line 152, in _check_arg_types
54
+
55
+ raise TypeError(f'{funcname}() argument must be str, bytes, or '
56
+
57
+ TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
14
58
 
15
59
  ```
16
60
 
17
61
  エラーの原因がわかる方がいれば、ご教授願います。
18
62
 
19
63
  また、インストール方法に誤りがあるなら、別のインストール方法を教えていただけると助かります。
20
-
21
- ###新しく出たエラー
22
-
23
- ```
24
-
25
- 省略
26
-
27
- ```
28
-
29
- freetypeはinstallできました。有難うございます。
30
-
31
- ###新しく出たエラー2
32
-
33
- ```
34
-
35
- Traceback (most recent call last):
36
-
37
- File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/bin/toolchain", line 11, in <module>
38
-
39
- sys.exit(main())
40
-
41
- File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/lib/python3.6/site-packages/kivy_ios/toolchain.py", line 1519, in main
42
-
43
- ToolchainCL()
44
-
45
- File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/lib/python3.6/site-packages/kivy_ios/toolchain.py", line 1276, in __init__
46
-
47
- getattr(self, args.command)()
48
-
49
- File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/lib/python3.6/site-packages/kivy_ios/toolchain.py", line 1337, in build
50
-
51
- build_recipes(args.recipe, ctx)
52
-
53
- File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/lib/python3.6/site-packages/kivy_ios/toolchain.py", line 1127, in build_recipes
54
-
55
- recipe.execute()
56
-
57
- File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/lib/python3.6/site-packages/kivy_ios/toolchain.py", line 697, in execute
58
-
59
- self.download()
60
-
61
- File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/lib/python3.6/site-packages/kivy_ios/toolchain.py", line 73, in _cache_execution
62
-
63
- f(self, *args, **kwargs)
64
-
65
- File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/lib/python3.6/site-packages/kivy_ios/toolchain.py", line 732, in download
66
-
67
- self.download_file(self.url.format(version=self.version), fn)
68
-
69
- File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/lib/python3.6/site-packages/kivy_ios/toolchain.py", line 473, in download_file
70
-
71
- urlretrieve(url, filename, report_hook)
72
-
73
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1791, in retrieve
74
-
75
- fp = self.open(url, data)
76
-
77
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1763, in open
78
-
79
- raise OSError('socket error', msg).with_traceback(sys.exc_info()[2])
80
-
81
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1757, in open
82
-
83
- return getattr(self, name)(url)
84
-
85
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1936, in open_http
86
-
87
- return self._open_generic_http(http.client.HTTPConnection, url, data)
88
-
89
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1932, in _open_generic_http
90
-
91
- response.status, response.reason, response.msg, data)
92
-
93
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1948, in http_error
94
-
95
- result = method(url, fp, errcode, errmsg, headers)
96
-
97
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 2171, in http_error_301
98
-
99
- return self.http_error_302(url, fp, errcode, errmsg, headers, data)
100
-
101
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 2136, in http_error_302
102
-
103
- headers, data)
104
-
105
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 2167, in redirect_internal
106
-
107
- return self.open(newurl)
108
-
109
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1763, in open
110
-
111
- raise OSError('socket error', msg).with_traceback(sys.exc_info()[2])
112
-
113
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1757, in open
114
-
115
- return getattr(self, name)(url)
116
-
117
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1967, in open_https
118
-
119
- return self._open_generic_http(self._https_connection, url, data)
120
-
121
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1916, in _open_generic_http
122
-
123
- http_conn.request("GET", selector, headers=headers)
124
-
125
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1239, in request
126
-
127
- self._send_request(method, url, body, headers, encode_chunked)
128
-
129
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1285, in _send_request
130
-
131
- self.endheaders(body, encode_chunked=encode_chunked)
132
-
133
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1234, in endheaders
134
-
135
- self._send_output(message_body, encode_chunked=encode_chunked)
136
-
137
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1026, in _send_output
138
-
139
- self.send(msg)
140
-
141
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 964, in send
142
-
143
- self.connect()
144
-
145
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1400, in connect
146
-
147
- server_hostname=server_hostname)
148
-
149
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 407, in wrap_socket
150
-
151
- _context=self, _session=session)
152
-
153
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 817, in __init__
154
-
155
- self.do_handshake()
156
-
157
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 1077, in do_handshake
158
-
159
- self._sslobj.do_handshake()
160
-
161
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 689, in do_handshake
162
-
163
- self._sslobj.do_handshake()
164
-
165
- OSError: [Errno socket error] [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:847)
166
-
167
- ```
168
-
169
- もしや、sslのパスが通っていないのでは?と思い、以下のコードを実行しましたが、現状は変わりませんでした。
170
-
171
- ```
172
-
173
- export SSL_CERT_FILE=/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.6/site-packages/certifi/cacert.pem
174
-
175
- ```
176
-
177
- すみませんが、よろしくお願いします。
178
64
 
179
65
  ###環境
180
66
 

2

エラー内容追記、環境追記、補足事項3追加

2021/09/19 13:05

投稿

akisan55
akisan55

スコア49

test CHANGED
File without changes
test CHANGED
@@ -22,69 +22,15 @@
22
22
 
23
23
  ```
24
24
 
25
- [INFO ] Building with 8 processes, where supported
26
-
27
- [INFO ] Want to build ['python3', 'kivy']
28
-
29
- [INFO ] Loaded recipe python3 (depends of ['hostpython3', 'libffi', 'openssl'], optional are [])
30
-
31
- [INFO ] Loaded recipe kivy (depends of ['sdl2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'ios', 'pyobjus', 'python', 'host_setuptools3'], optional are [])
32
-
33
- [INFO ] Loaded recipe hostpython3 (depends of ['hostlibffi', 'hostopenssl'], optional are [])
34
-
35
- [INFO ] Loaded recipe libffi (depends of [], optional are [])
36
-
37
- [INFO ] Loaded recipe openssl (depends of [], optional are [])
38
-
39
- [INFO ] Loaded recipe sdl2 (depends of [], optional are [])
40
-
41
- [INFO ] Loaded recipe sdl2_image (depends of ['sdl2'], optional are [])
42
-
43
- [INFO ] Loaded recipe sdl2_mixer (depends of ['sdl2'], optional are [])
44
-
45
- [INFO ] Loaded recipe sdl2_ttf (depends of ['sdl2', 'freetype'], optional are [])
46
-
47
- [INFO ] Loaded recipe ios (depends of ['python'], optional are [])
48
-
49
- [INFO ] Loaded recipe pyobjus (depends of ['python'], optional are [])
50
-
51
- [INFO ] Loaded recipe python (depends of ['python3'], optional are [])
52
-
53
- [INFO ] Loaded recipe host_setuptools3 (depends of ['openssl', 'hostpython3', 'python3'], optional are [])
54
-
55
- [INFO ] Loaded recipe hostlibffi (depends of [], optional are [])
56
-
57
- [INFO ] Loaded recipe hostopenssl (depends of [], optional are [])
58
-
59
- [INFO ] Loaded recipe freetype (depends of [], optional are [])
60
-
61
- [INFO ] Build order is ['freetype', 'hostlibffi', 'hostopenssl', 'libffi', 'openssl', 'sdl2', 'hostpython3', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python3', 'host_setuptools3', 'python', 'ios', 'pyobjus', 'kivy']
62
-
63
- [INFO ] Recipe order is ['freetype', 'hostlibffi', 'hostopenssl', 'libffi', 'openssl', 'sdl2', 'hostpython3', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python3', 'host_setuptools3', 'ios', 'pyobjus', 'kivy']
64
-
65
- [INFO ] Include dir added: {arch.arch}/freetype
66
-
67
- [INFO ] Include dir added: {arch.arch}/hostlibffi
68
-
69
- [INFO ] Include dir added: {arch.arch}/ffi
70
-
71
- [INFO ] Include dir added: {arch.arch}/openssl
72
-
73
- [INFO ] Include dir added: common/sdl2
74
-
75
- [INFO ] Global: hostpython located at /Users/.../Documents/iOS/Kivy-project/dist/hostpython3/bin/python
76
-
77
- [INFO ] Global: hostpgen located at /Users/.../Documents/iOS/Kivy-project/dist/hostpython3/bin/pgen
78
-
79
- [INFO ] Include dir added: common/sdl2_image
80
-
81
- [INFO ] Include dir added: common/sdl2_mixer
82
-
83
- [INFO ] Include dir added: common/sdl2_ttf
84
-
85
- [INFO ] Download freetype
86
-
87
- [INFO ] Downloading http://download.savannah.gnu.org/releases/freetype/freetype-2.5.5.tar.bz2
25
+ 省略
26
+
27
+ ```
28
+
29
+ freetypeinstallできました。有難うございます。
30
+
31
+ ###新しく出たエラー2
32
+
33
+ ```
88
34
 
89
35
  Traceback (most recent call last):
90
36
 
@@ -124,15 +70,107 @@
124
70
 
125
71
  urlretrieve(url, filename, report_hook)
126
72
 
127
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1819, in retrieve
73
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1791, in retrieve
74
+
128
-
75
+ fp = self.open(url, data)
76
+
77
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1763, in open
78
+
79
+ raise OSError('socket error', msg).with_traceback(sys.exc_info()[2])
80
+
81
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1757, in open
82
+
83
+ return getattr(self, name)(url)
84
+
85
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1936, in open_http
86
+
87
+ return self._open_generic_http(http.client.HTTPConnection, url, data)
88
+
89
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1932, in _open_generic_http
90
+
91
+ response.status, response.reason, response.msg, data)
92
+
93
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1948, in http_error
94
+
95
+ result = method(url, fp, errcode, errmsg, headers)
96
+
97
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 2171, in http_error_301
98
+
99
+ return self.http_error_302(url, fp, errcode, errmsg, headers, data)
100
+
101
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 2136, in http_error_302
102
+
103
+ headers, data)
104
+
105
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 2167, in redirect_internal
106
+
107
+ return self.open(newurl)
108
+
109
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1763, in open
110
+
111
+ raise OSError('socket error', msg).with_traceback(sys.exc_info()[2])
112
+
113
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1757, in open
114
+
115
+ return getattr(self, name)(url)
116
+
117
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1967, in open_https
118
+
119
+ return self._open_generic_http(self._https_connection, url, data)
120
+
121
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1916, in _open_generic_http
122
+
123
+ http_conn.request("GET", selector, headers=headers)
124
+
125
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1239, in request
126
+
127
+ self._send_request(method, url, body, headers, encode_chunked)
128
+
129
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1285, in _send_request
130
+
131
+ self.endheaders(body, encode_chunked=encode_chunked)
132
+
133
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1234, in endheaders
134
+
135
+ self._send_output(message_body, encode_chunked=encode_chunked)
136
+
137
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1026, in _send_output
138
+
129
- block = fp.read(bs)
139
+ self.send(msg)
140
+
130
-
141
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 964, in send
142
+
143
+ self.connect()
144
+
145
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1400, in connect
146
+
147
+ server_hostname=server_hostname)
148
+
131
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/tempfile.py", line 485, in func_wrapper
149
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 407, in wrap_socket
150
+
132
-
151
+ _context=self, _session=session)
152
+
153
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 817, in __init__
154
+
155
+ self.do_handshake()
156
+
157
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 1077, in do_handshake
158
+
133
- return func(*args, **kwargs)
159
+ self._sslobj.do_handshake()
160
+
134
-
161
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 689, in do_handshake
162
+
135
- ValueError: read of closed file
163
+ self._sslobj.do_handshake()
164
+
165
+ OSError: [Errno socket error] [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:847)
166
+
167
+ ```
168
+
169
+ もしや、sslのパスが通っていないのでは?と思い、以下のコードを実行しましたが、現状は変わりませんでした。
170
+
171
+ ```
172
+
173
+ export SSL_CERT_FILE=/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.6/site-packages/certifi/cacert.pem
136
174
 
137
175
  ```
138
176
 
@@ -140,7 +178,7 @@
140
178
 
141
179
  ###環境
142
180
 
143
- python3.6.7 venv仮想環境
181
+ python3.6.7 venv仮想環境 iOS-proj
144
182
 
145
183
  Xcode 12
146
184
 
@@ -186,6 +224,14 @@
186
224
 
187
225
  ```
188
226
 
227
+ ###補足事項3
228
+
229
+ ```
230
+
231
+ $python-m vent iOS-proj
232
+
233
+ ```
234
+
189
235
  ###引用部分
190
236
 
191
237
  > kivy-iosの導入については下記githubを参考にしています。

1

新しく出たエラー追記

2021/09/19 00:23

投稿

akisan55
akisan55

スコア49

test CHANGED
File without changes
test CHANGED
@@ -8,9 +8,19 @@
8
8
 
9
9
  ```
10
10
 
11
+ #字数制限のために省略
12
+
13
+  新しくエラーが出てしまいました。
14
+
15
+ ```
16
+
11
- $toolchain build kivy
17
+ エラーの原因がわかる方がいれば、ご教授願います。
18
+
12
-
19
+ また、インストール方法に誤りがあるなら、別のインストール方法を教えていただけると助かります。
20
+
13
-
21
+ ###新しく出たエラー
22
+
23
+ ```
14
24
 
15
25
  [INFO ] Building with 8 processes, where supported
16
26
 
@@ -72,17 +82,9 @@
72
82
 
73
83
  [INFO ] Include dir added: common/sdl2_ttf
74
84
 
75
- [DEBUG ] Cached result: Download freetype. Ignoring
76
-
77
- [INFO ] Extract freetype
85
+ [INFO ] Download freetype
78
-
79
- [INFO ] Extract freetype for x86_64
86
+
80
-
81
- [WARNING ] Error extracting the archive /Users/.../Documents/iOS/Kivy-project/.cache/freetype-freetype-2.5.5.tar.bz2
82
-
83
- [WARNING ] This is usually caused by a corrupt download. The file will be removed and re-downloaded on the next run.
84
-
85
- [WARNING ] /Users/.../Documents/iOS/Kivy-project/.cache/freetype-freetype-2.5.5.tar.bz2
87
+ [INFO ] Downloading http://download.savannah.gnu.org/releases/freetype/freetype-2.5.5.tar.bz2
86
88
 
87
89
  Traceback (most recent call last):
88
90
 
@@ -106,37 +108,35 @@
106
108
 
107
109
  recipe.execute()
108
110
 
109
- File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/lib/python3.6/site-packages/kivy_ios/toolchain.py", line 698, in execute
111
+ File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/lib/python3.6/site-packages/kivy_ios/toolchain.py", line 697, in execute
110
-
112
+
111
- self.extract()
113
+ self.download()
112
114
 
113
115
  File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/lib/python3.6/site-packages/kivy_ios/toolchain.py", line 73, in _cache_execution
114
116
 
115
117
  f(self, *args, **kwargs)
116
118
 
117
- File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/lib/python3.6/site-packages/kivy_ios/toolchain.py", line 742, in extract
119
+ File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/lib/python3.6/site-packages/kivy_ios/toolchain.py", line 732, in download
118
-
120
+
119
- self.extract_arch(arch.arch)
121
+ self.download_file(self.url.format(version=self.version), fn)
120
-
122
+
121
- File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/lib/python3.6/site-packages/kivy_ios/toolchain.py", line 746, in extract_arch
123
+ File "/Users/.../Documents/iOS/Kivy-project/iOS-proj/lib/python3.6/site-packages/kivy_ios/toolchain.py", line 473, in download_file
122
-
124
+
123
- dest_dir = join(build_dir, self.archive_root)
125
+ urlretrieve(url, filename, report_hook)
124
-
126
+
125
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/posixpath.py", line 94, in join
127
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1819, in retrieve
126
-
128
+
127
- genericpath._check_arg_types('join', a, *p)
129
+ block = fp.read(bs)
128
-
130
+
129
- File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/genericpath.py", line 149, in _check_arg_types
131
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/tempfile.py", line 485, in func_wrapper
132
+
130
-
133
+ return func(*args, **kwargs)
134
+
131
- (funcname, s.__class__.__name__)) from None
135
+ ValueError: read of closed file
132
-
133
- TypeError: join() argument must be str or bytes, not 'NoneType'
136
+
134
-
135
- ```
137
+ ```
136
-
138
+
137
- エラーの原因わかる方がいればご教授願います。
139
+ すみませんが、よろしくお願います。
138
-
139
- また、インストール方法に誤りがあるなら、別のインストール方法を教えていただけると助かります。
140
140
 
141
141
  ###環境
142
142