質問編集履歴
2
エラーメッセージの追加
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -6,6 +6,12 @@
|
|
|
6
6
|
よろしくお願いいたします。
|
|
7
7
|
|
|
8
8
|
エラーメッセージ
|
|
9
|
+
|
|
10
|
+
running build_ext
|
|
11
|
+
running install_lib
|
|
12
|
+
creating c:\program files (x86)\python37-32\Lib\site-packages\sqlalchemy
|
|
13
|
+
error: could not create 'c:\program files (x86)\python37-32\Lib\site-packages\sqlalchemy': アクセスが拒否されました。
|
|
14
|
+
|
|
9
15
|
```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\
|
|
10
16
|
コード
|
|
11
17
|
```
|
1
エラーコードの追加
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -3,4 +3,9 @@
|
|
|
3
3
|
pip install SQLAlchemy
|
|
4
4
|
でコマンドプロンプトに入力していますが、コードが違っているのでしょうか?
|
|
5
5
|
ご存知の方いらっしゃいましたら、教えて頂ければ幸いです。
|
|
6
|
-
よろしくお願いいたします。
|
|
6
|
+
よろしくお願いいたします。
|
|
7
|
+
|
|
8
|
+
エラーメッセージ
|
|
9
|
+
```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\
|
|
10
|
+
コード
|
|
11
|
+
```
|