質問編集履歴

3

試したことについて

2018/05/28 06:38

投稿

kimasa
kimasa

スコア7

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,13 @@
48
48
 
49
49
  というエラーがありましたので
50
50
 
51
- matplotlib をインストールしてみましたが、エラーは消えたもののやはり動かないままです。
51
+ matplotlib をインストールしようとした際に
52
+
53
+ Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/singledispatch.py'
54
+
55
+ Consider using the `--user` option or check the permissions.
56
+
57
+ というエラーが出てしまい、インストールできずに困っています。
52
58
 
53
59
 
54
60
 

2

試した点について

2018/05/28 06:38

投稿

kimasa
kimasa

スコア7

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,13 @@
42
42
 
43
43
 
44
44
 
45
+ matplotlib 1.3.1 requires nose, which is not installed.
46
+
47
+ matplotlib 1.3.1 requires tornado, which is not installed.
48
+
45
- 色々ググりましたが動いてくれません。
49
+ というエラーがありましたので
50
+
51
+ matplotlib をインストールしてみましたが、エラーは消えたもののやはり動かないままです。
46
52
 
47
53
 
48
54
 

1

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

2018/05/28 06:35

投稿

kimasa
kimasa

スコア7

test CHANGED
File without changes
test CHANGED
@@ -50,4 +50,28 @@
50
50
 
51
51
 
52
52
 
53
+ Os Sierra
54
+
53
- ここにより詳細な情報記載してください。
55
+ pyenvによりpythonインストール済み
56
+
57
+ 現在のバージョンを以下に示す
58
+
59
+ system
60
+
61
+ 2.7.9
62
+
63
+ 3.5.0
64
+
65
+ * anaconda-2.4.0 (set by /Users/name/.python-version)
66
+
67
+ anaconda3-2.4.1
68
+
69
+
70
+
71
+ インストール時のコマンド
72
+
73
+ pip install PyMySQL
74
+
75
+ 出力結果
76
+
77
+ Requirement already satisfied: PyMySQL in ./anaconda2/lib/python2.7/site-packages (0.8.1)