在命令提示符下运行此命令时:
PS D:\Mitali> pip install pandas-profiling我得到了这个错误:
ERROR: Could not build wheels for phik, which is required to install pyproject.toml-based projects整个错误看起来如下:
Building wheels for collected packages: phik
Building wheel for phik (pyproject.toml) ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\HP\AppData\Local\Programs\Python\Python310\python.exe' 'C:\Users\HP\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py' build_wheel 'C:\Users\HP\AppData\Local\Temp\tmpqi_0g29r'
cwd: C:\Users\HP\AppData\Local\Temp\pip-install-prmn_pyb\phik_c27377b089f2467988f10191570c8033发布于 2022-11-19 18:48:40
试着这样做:
pip install phik==0.11.1
pip install pandas-profilinghttps://stackoverflow.com/questions/70917594
复制相似问题