Open sgbaird opened 2 years ago
Hi, any updates on this? I am having a very similar issue. In my case the error is
ImportError: cannot import name 'Correlation' from 'pandas_profiling.config' (c:\Users\lnick\anaconda3\envs\AllLibs310\lib\site-packages\pandas_profiling\config.py)
but it changes with every downgrade or upgrade I try to resolve it with :/
Hi @lorcan2440, sorry no update on my end. I probably won't be able to circle back to this for a while. @anthony-wang is this something you could take a look at? My other suggestion would be to try running it via WSL (e.g., with VS Code so you can still open up Jupyter notebooks like normal)
I commented on this earlier and realized it was actually a different problem than I was experiencing.
I've installed from the conda-env.yml
on both Windows and WSL and haven't experienced the issue reported above. What operating system are both of you using / what are the other details of installation? Did the notebook checking the dependencies (0b-check_dependencies.ipynb
) run okay?
I had a problem with the version of jinja2
(I have a PR for that now - #12 ), but after I fixed that, I haven't seen other problems. Where did this problem occur? (what notebook?)
If you switch to WSL you might encounter issue #13
I ended up just fully uninstalling and reinstalling and it works now. My versions are Python 3.10.0 Pandas=1.5.2 Pandas-profiling=3.6.2 It worked both in vscode and in jupyter.
Related: https://stackoverflow.com/questions/68704002/importerror-cannot-import-name-abcindexclass-from-pandas-core-dtypes-generic