質問編集履歴

2

エラーメッセージの追加

2019/02/07 04:20

投稿

mto
mto

スコア15

test CHANGED
File without changes
test CHANGED
@@ -14,6 +14,18 @@
14
14
 
15
15
  エラーメッセージ
16
16
 
17
+
18
+
19
+ running build_ext
20
+
21
+ running install_lib
22
+
23
+ creating c:\program files (x86)\python37-32\Lib\site-packages\sqlalchemy
24
+
25
+ error: could not create 'c:\program files (x86)\python37-32\Lib\site-packages\sqlalchemy': アクセスが拒否されました。
26
+
27
+
28
+
17
29
  ```Command ""c:\program files (x86)\python37-32\python.exe" -u -c "import setuptools, tokenize;__file__='C:\Users\name\AppData\Local\Temp\pip-install-dl376ds3\SQLAlchemy\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\name\AppData\Local\Temp\pip-record-jn0apmr6\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\name\AppData\Local\Temp\pip-install-dl376ds3\SQLAlchemy\
18
30
 
19
31
  コード

1

エラーコードの追加

2019/02/07 04:20

投稿

mto
mto

スコア15

test CHANGED
File without changes
test CHANGED
@@ -9,3 +9,13 @@
9
9
  ご存知の方いらっしゃいましたら、教えて頂ければ幸いです。
10
10
 
11
11
  よろしくお願いいたします。
12
+
13
+
14
+
15
+ エラーメッセージ
16
+
17
+ ```Command ""c:\program files (x86)\python37-32\python.exe" -u -c "import setuptools, tokenize;__file__='C:\Users\name\AppData\Local\Temp\pip-install-dl376ds3\SQLAlchemy\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\name\AppData\Local\Temp\pip-record-jn0apmr6\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\name\AppData\Local\Temp\pip-install-dl376ds3\SQLAlchemy\
18
+
19
+ コード
20
+
21
+ ```