abetlen / abetlen/llama-cpp-python

I want to use pandas profiling but this error is thrown by my system

Ouverte
#1,540 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
10.6k
Forks
1.4k
Métriques de merge des PR
Métriques de PR en attente

Description

Cell In[7], [line 1](vscode-notebook-cell:?execution_count=7&line=1)
----> [1](vscode-notebook-cell:?execution_count=7&line=1) from pandas_profiling import ProfileReport

File ~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\pandas_profiling\__init__.py:6
[1](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/__init__.py:1) """Main module of pandas-profiling.
[2](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/__init__.py:2)
[3](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/__init__.py:3) .. include:: ../../README.md
[4](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/__init__.py:4) """
----> [6](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/__init__.py:6) from pandas_profiling.controller import pandas_decorator
[7](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/__init__.py:7) from pandas_profiling.profile_report import ProfileReport
[8](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/__init__.py:8) from pandas_profiling.version import __version__

File ~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\pandas_profiling\controller\pandas_decorator.py:4
[1](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/controller/pandas_decorator.py:1) """This file add the decorator on the DataFrame object."""
[2](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/controller/pandas_decorator.py:2) from pandas import DataFrame
----> [4](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/controller/pandas_decorator.py:4) from pandas_profiling.profile_report import ProfileReport
[7](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/controller/pandas_decorator.py:7) def profile_report(df: DataFrame, **kwargs) -> ProfileReport:
[8](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/controller/pandas_decorator.py:8) """Profile a DataFrame.
[9](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/controller/pandas_decorator.py:9)
[10](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/controller/pandas_decorator.py:10) Args:
(...)
[15](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/controller/pandas_decorator.py:15) A ProfileReport of the DataFrame.
[16](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pandas_profiling/controller/pandas_decorator.py:16) """
...
[302](https://file+.vscode-resource.vscode-cdn.net/c%3A/Users/sharm/OneDrive/Dokumen/machile%20lerning/campusx/~/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages/pydantic/_migration.py:302) raise PydanticImportError(f'`{import_path}` has been removed in V2.')
PydanticImportError: `BaseSettings` has been moved to the `pydantic-settings` package. See https://docs.pydantic.dev/2.7/migration/#basesettings-has-moved-to-pydantic-settings for more details.

For further information visit https://errors.pydantic.dev/2.7/u/import-error
Output is truncated. View as a [scrollable element](command:cellOutput.enableScrolling?624584fa-1012-4545-9c75-ece052d954d9) or open in a [text editor](command:workbench.action.openLargeOutput?624584fa-1012-4545-9c75-ece052d954d9). Adjust cell output [settings](command:workbench.action.openSettings?%5B%22%40tag%3AnotebookOutputLayout%22%5D)...

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.