質問編集履歴
1
追加質問 pipのエラーについて
title
CHANGED
File without changes
|
body
CHANGED
@@ -68,4 +68,12 @@
|
|
68
68
|
Cleaning up...
|
69
69
|
Command /usr/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/TA-Lib/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-rjyizes1-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/TA-Lib
|
70
70
|
Storing debug log for failure in /home/tkberry/.pip/pip.log
|
71
|
-
と表示されてしまいうまく行きません。回答のほどよろしくおねがいします。
|
71
|
+
と表示されてしまいうまく行きません。回答のほどよろしくおねがいします。
|
72
|
+
また、追加で質問なんですが、どうもpipコマンドが使えなくなっているようなんです。
|
73
|
+
pygame や PILパッケージをインストールしようとしても
|
74
|
+
Could not find any downloads that satisfy the requirement pygame
|
75
|
+
Some externally hosted files were ignored (use --allow-external pygame to allow).
|
76
|
+
Cleaning up...
|
77
|
+
No distributions at all found for pygame
|
78
|
+
Storing debug log for failure in /home/tkberry/.pip/pip.log
|
79
|
+
とでてしまいうまくいきません。その対処法もよろしくお願いします。
|