質問編集履歴

1

追記

2019/04/17 11:52

投稿

Naru123
Naru123

スコア19

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,9 @@
18
18
 
19
19
 
20
20
 
21
- Traceback (most recent call last): File "one_func.py", line 2, in <module> import matplotlib.pyplot as pt File "C:\Users\otsur\Anaconda3\lib\site-packages\matplotlib\__init__.py", line 210, in <module> if not compare_versions(numpy.__version__, __version__numpy__): AttributeError: module 'numpy' has no attribute '__version__'
21
+ Traceback (most recent call last): File "one_func.py", line 2, in <module>
22
+
23
+ import matplotlib.pyplot as pt File "C:\Users\otsur\Anaconda3\lib\site-packages\matplotlib\__init__.py", line 210, in <module> if not compare_versions(numpy.__version__, __version__numpy__): AttributeError: module 'numpy' has no attribute '__version__'
22
24
 
23
25
 
24
26
 
@@ -27,3 +29,7 @@
27
29
  .pyで保存したコードでは使えないのでしょうか?
28
30
 
29
31
  どなたかわかる人いましたら宜しくお願い致します。
32
+
33
+
34
+
35
+ 実行環境はWindows10,Python3.7.3です。