Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'scipy.stats._mvn' error when importing ProfileReport #1553

Open
3 tasks done
dpc2604 opened this issue Feb 22, 2024 · 2 comments
Open
3 tasks done

No module named 'scipy.stats._mvn' error when importing ProfileReport #1553

dpc2604 opened this issue Feb 22, 2024 · 2 comments
Labels
information requested ❔ Cannot reproduce, waiting for minimum reproduction details.

Comments

@dpc2604
Copy link

dpc2604 commented Feb 22, 2024

Current Behaviour

Fails to load profile.
This was working last time we ran it.

Returns error - ModuleNotFoundError: No module named 'scipy.stats._mvn'

Expected Behaviour

For it to keep working

Data Description

Don't get to the point of loading data

Code that reproduces the bug

Installing library - 
%pip install ydata-profiling==4.1.0

Fails on this - 
from ydata_profiling import ProfileReport

Error - 
ModuleNotFoundError: No module named 'scipy.stats._mvn'

pandas-profiling version

4.1.0

Dependencies

import pandas as pd

from ydata_profiling import ProfileReport
from ydata_profiling.config import Settings

OS

Databricks

Checklist

  • There is not yet another bug report for this issue in the issue tracker
  • The problem is reproducible from this bug report. This guide can help to craft a minimal bug report.
  • The issue has not been resolved by the entries listed under Common Issues.
@fabclmnt
Copy link
Contributor

@dpc2604 can you please provide more details?

Python versio as well as the other packages versions?

@fabclmnt fabclmnt added information requested ❔ Cannot reproduce, waiting for minimum reproduction details. and removed needs-triage labels Feb 22, 2024
@dpc2604
Copy link
Author

dpc2604 commented Feb 22, 2024

Hi,
Sorry.
I go it working again by updating scipy after installing ydata-profiling==4.1.0

%pip install --upgrade scipy

It was working previously, but looks like the scipy dependancy got out of whack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
information requested ❔ Cannot reproduce, waiting for minimum reproduction details.
Projects
None yet
Development

No branches or pull requests

3 participants