python reports an error AttributeError: module 'time' has no attribute 'clock' Solution
2022-02-10 05:47:03
ソースコードは以下の通りです。
#import the required time library
import datetime
import time
#Program timer, start timer
start = time.clock()
#In the middle is the program code where the test runtime needs to be placed
#Calculate the time difference between the start time and the end time
end = time.clock()
print('Run time : %s seconds'%(end-start))
レポートエラー AttributeError モジュール 'time' には属性 'clock' がありません。
回避策: python 3.8 はもう時計をサポートしていません。 時間.perf_counter() で置き換えることができます。
関連
-
非静的フィールドへの静的参照はできない
-
AttributeError: 'dict' オブジェクトは 'append' という属性を解決していません。
-
Java配列のout of boundsエラーです。スレッド "main" で例外発生 java.lang.ArrayIndexOutOfBoundsException: 15
-
javaは起動したが、終了コード=-805306369を返した。
-
Handlerが抽象的でインスタンス化できないエラーの対処法について!
-
[Python Basic] ValueError: 非キーワード引数は2つしか受け付けません。
-
test dword ptr [eax],eax ;プローブページです。
-
I encountered The markup in the document following the root element must be well-formed.
-
PythonのTypeErrorです。__init__() に必要な位置引数が2つない
-
ValueErrorの解決策です。閉じたファイルへの I/O 操作
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
undefinedGitチュートリアル: ! [却下] master -> master (最初に取得) 解決策
-
オリジン "http://127.0.0.1:8080 "のフレームがクロスオリジンフレームにアクセスするのをブロックした。解決済み
-
解決済み VMの初期化中にエラーが発生しました java/lang/NoClassDefFoundError: java/lang/O...
-
データベースエラーについて ERROR: 初期通信パケットの読み込み」でMySQLサーバに接続できなくなった
-
ternsflow AttributeError: __enter__
-
JAVA の小さな問題を解決する
-
予期しないトークン「()」付近の構文エラー 問題解決
-
C# データベース操作エラー この接続に関連する開いているデータリーダーがすでにあり、閉じる必要があります。
-
シェルを実行するためにexecを使用するant
-
AttributeError: モジュール 'sys' には 'setdefaultencoding' という属性がありません。