Я технически уже установил профилирование панд, используя
pip install pandas-profiling
Но когда я пытаюсь импортировать его, я получаю следующую ошибку:
import numpy as np
import pandas as pd
import pandas_profiling
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-e1a23f2a6f04> in <module>()
1 import numpy as np
2 import pandas as pd
3 import pandas_profiling
ModuleNotFoundError: No module named 'pandas_profiling'
Изображение первой ошибки
Итак, я попытался установить его в Jupyter Notebook и получил следующую ошибку:
import sys
!{sys.executable} -m pip install pandas-profiling
Collecting pandas-profiling
Could not find a version that satisfies the requirement pandas-profiling
(from versions: )
No matching distribution found for pandas-profiling
Второе изображение ошибки
Я также не могу установить его с помощью conda для обоих, поскольку по какой-то причине не могу установить соединение с conda.anaconda.org.