私には理解できないことが1つあります。なぜこのAttributeErrorはPythonで発生しますか?
はなぜこの
import scipy # happens with several other modules, too. I took scipy as an example now...
matrix = scipy.sparse.coo_matrix(some_params)
は、このエラーを生成しない:
AttributeError: 'module' object has no attribute 'sparse'
何が面倒なのですか?モジュールに '疎い'が存在しないとどうなると思いますか? –
私は気づいていませんでした。そのスパースはscipyのサブモジュール*です。サブモジュールは自動的にはインポートされません** - @David Zaslavskyが以下に指摘したように。 – Aufwind
downvotersはなぜ彼らがdownvotedを説明する必要があります、私はこの質問に間違って表示されません。実際、私はそれが非常に良い質問だと思う。 – juliomalegria