質問編集履歴
8
g
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
```
|
13
|
+
```tarminal
|
14
14
|
|
15
15
|
pip3 install pandas
|
16
16
|
|
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
を実行するとインストールはうまく行っているはずなのにlistの中にはpandasが現れず
|
22
22
|
|
23
|
-
```
|
23
|
+
```ipython
|
24
24
|
|
25
25
|
import pandas
|
26
26
|
|
@@ -28,9 +28,19 @@
|
|
28
28
|
|
29
29
|
でインポートしようとすると
|
30
30
|
|
31
|
-
```
|
31
|
+
```ipython
|
32
32
|
|
33
|
+
---------------------------------------------------------------------------
|
34
|
+
|
35
|
+
ModuleNotFoundError Traceback (most recent call last)
|
36
|
+
|
37
|
+
<ipython-input-3-38d4b0363d82> in <module>
|
38
|
+
|
39
|
+
----> 1 import pandas
|
40
|
+
|
41
|
+
|
42
|
+
|
33
|
-
No module named 'pandas'
|
43
|
+
ModuleNotFoundError: No module named 'pandas'
|
34
44
|
|
35
45
|
```
|
36
46
|
|
7
hh
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,13 @@
|
|
20
20
|
|
21
21
|
を実行するとインストールはうまく行っているはずなのにlistの中にはpandasが現れず
|
22
22
|
|
23
|
+
```
|
24
|
+
|
25
|
+
import pandas
|
26
|
+
|
27
|
+
```
|
28
|
+
|
23
|
-
インポートしようとすると
|
29
|
+
でインポートしようとすると
|
24
30
|
|
25
31
|
```
|
26
32
|
|
6
j
test
CHANGED
File without changes
|
test
CHANGED
@@ -60,14 +60,6 @@
|
|
60
60
|
|
61
61
|
```
|
62
62
|
|
63
|
-
### 試したこと
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
https://jimaru.blog/programming/python/mac-and-pyinstaller/
|
68
|
-
|
69
|
-
もしかするとこのサイトに従って本家版pythonをアンインストールしたのが原因なのかなと思っています
|
70
|
-
|
71
63
|
|
72
64
|
|
73
65
|
### 環境
|
5
aa
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,15 @@
|
|
20
20
|
|
21
21
|
を実行するとインストールはうまく行っているはずなのにlistの中にはpandasが現れず
|
22
22
|
|
23
|
-
インポート
|
23
|
+
インポートしようとすると
|
24
|
+
|
25
|
+
```
|
26
|
+
|
27
|
+
No module named 'pandas'
|
28
|
+
|
29
|
+
```
|
30
|
+
|
31
|
+
となります
|
24
32
|
|
25
33
|
|
26
34
|
|
4
a
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
pandasのインストールが成功しているはずなのにインポートできない
|
1
|
+
apandasのインストールが成功しているはずなのにインポートできない
|
test
CHANGED
@@ -24,7 +24,33 @@
|
|
24
24
|
|
25
25
|
|
26
26
|
|
27
|
+
### pip3 install pandas のメッセージ
|
27
28
|
|
29
|
+
```
|
30
|
+
|
31
|
+
~ $ pip3 install pandas
|
32
|
+
|
33
|
+
Collecting pandas
|
34
|
+
|
35
|
+
Using cached pandas-1.3.3-cp39-cp39-macosx_10_9_x86_64.whl (11.6 MB)
|
36
|
+
|
37
|
+
Collecting python-dateutil>=2.7.3
|
38
|
+
|
39
|
+
Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
|
40
|
+
|
41
|
+
Requirement already satisfied: numpy>=1.17.3 in ./Library/Python/3.9/lib/python/site-packages (from pandas) (1.21.2)
|
42
|
+
|
43
|
+
Collecting pytz>=2017.3
|
44
|
+
|
45
|
+
Using cached pytz-2021.1-py2.py3-none-any.whl (510 kB)
|
46
|
+
|
47
|
+
Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.9/site-packages (from python-dateutil>=2.7.3->pandas) (1.16.0)
|
48
|
+
|
49
|
+
Installing collected packages: pytz, python-dateutil, pandas
|
50
|
+
|
51
|
+
Successfully installed pandas-1.3.3 python-dateutil-2.8.2 pytz-2021.1
|
52
|
+
|
53
|
+
```
|
28
54
|
|
29
55
|
### 試したこと
|
30
56
|
|
3
初心者マーク
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,4 +38,4 @@
|
|
38
38
|
|
39
39
|
### 環境
|
40
40
|
|
41
|
-
macOSX
|
41
|
+
macOSX10.15
|
2
カンきょう
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,4 +38,4 @@
|
|
38
38
|
|
39
39
|
### 環境
|
40
40
|
|
41
|
-
macOS
|
41
|
+
macOSX
|
1
環境の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -33,3 +33,9 @@
|
|
33
33
|
https://jimaru.blog/programming/python/mac-and-pyinstaller/
|
34
34
|
|
35
35
|
もしかするとこのサイトに従って本家版pythonをアンインストールしたのが原因なのかなと思っています
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
### 環境
|
40
|
+
|
41
|
+
macOS Catalina
|