Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は友人から入手したピクルスダンプを持っていて、彼は私に次のように読むように頼んだ:
f = open('file.pickle') import pickle l = pickle.loads(f.read())
しかし、私はImportErrorことわざを取得しますno module named sql.models
ImportError
no module named sql.models
誰かが何が起こっているのか理解するのを手伝ってくれますか?