問題タブ [pandas-profiling]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
217 参照

python - 「pandas_profiling」モジュールをインポートできません

conda install -c conda-forge pandas-profilingベース環境に「pandas_profiling」をインストールしました。conda listpandas_profiling が正しくインストールされていることがわかりまし た(スナップショットが添付されています)。ここに画像の説明を入力

しようとするimport pandas_profilingと ModuleNotFoundError が表示されます

更新: の出力import sys; print(sys.path); print(sys.prefix)