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

質問編集履歴

2

修正いたしました。

2021/12/21 07:12

投稿

junjunn
junjunn

スコア19

title CHANGED
File without changes
body CHANGED
@@ -4,7 +4,7 @@
4
4
  versionの問題でしょうか。
5
5
 
6
6
  修正
7
- インストールはIDEのGUI上で試みて
7
+ 標準に組み込まれているラブラリのようでした。インストールは不要と理解しした
8
8
  errorは
9
9
  Builtin_function_or_method object has no attribute 'perf_counter'
10
- です。
10
+ です。timeにperf_counterが含まれていないのでしょうか..?

1

修正点加えました。

2021/12/21 07:12

投稿

junjunn
junjunn

スコア19

title CHANGED
File without changes
body CHANGED
@@ -1,4 +1,10 @@
1
1
  IDE Pycharmにてtimeをインストールしたいのですが、正常にインストールされません。
2
2
  環境は、mac os, python3.8, pip version 21.3.1
3
3
  です。他moduleはインストールできるのですが..
4
- versionの問題でしょうか。
4
+ versionの問題でしょうか。
5
+
6
+ 修正
7
+ インストールはIDEのGUI上で試みてます。
8
+ errorは
9
+ Builtin_function_or_method object has no attribute 'perf_counter'
10
+ です。