teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

試したことについて

2018/05/28 06:38

投稿

kimasa
kimasa

スコア7

title CHANGED
File without changes
body CHANGED
@@ -23,7 +23,10 @@
23
23
  matplotlib 1.3.1 requires nose, which is not installed.
24
24
  matplotlib 1.3.1 requires tornado, which is not installed.
25
25
  というエラーがありましたので
26
- matplotlib をインストールしてみましたが、エラーは消えたもののやはり動かないままです。
26
+ matplotlib をインストールしようとした際に
27
+ Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/singledispatch.py'
28
+ Consider using the `--user` option or check the permissions.
29
+ というエラーが出てしまい、インストールできずに困っています。
27
30
 
28
31
  ### 補足情報(FW/ツールのバージョンなど)
29
32
 

2

試した点について

2018/05/28 06:38

投稿

kimasa
kimasa

スコア7

title CHANGED
File without changes
body CHANGED
@@ -20,7 +20,10 @@
20
20
 
21
21
  ### 試したこと
22
22
 
23
+ matplotlib 1.3.1 requires nose, which is not installed.
24
+ matplotlib 1.3.1 requires tornado, which is not installed.
23
- 色々ググりましたが動いてくれません。
25
+ というエラーがありましたので
26
+ matplotlib をインストールしてみましたが、エラーは消えたもののやはり動かないままです。
24
27
 
25
28
  ### 補足情報(FW/ツールのバージョンなど)
26
29
 

1

pythonのバージョンなどの詳細

2018/05/28 06:35

投稿

kimasa
kimasa

スコア7

title CHANGED
File without changes
body CHANGED
@@ -24,4 +24,16 @@
24
24
 
25
25
  ### 補足情報(FW/ツールのバージョンなど)
26
26
 
27
+ Os Sierra
27
- ここにより詳細な情報記載してください。
28
+ pyenvによりpythonインストール済み
29
+ 現在のバージョンを以下に示す
30
+ system
31
+ 2.7.9
32
+ 3.5.0
33
+ * anaconda-2.4.0 (set by /Users/name/.python-version)
34
+ anaconda3-2.4.1
35
+
36
+ インストール時のコマンド
37
+ pip install PyMySQL
38
+ 出力結果
39
+ Requirement already satisfied: PyMySQL in ./anaconda2/lib/python2.7/site-packages (0.8.1)