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

Cannot import name 'itemfreq' from 'scipy.stats' #82

Open
Loafb opened this issue Nov 6, 2022 · 2 comments
Open

Cannot import name 'itemfreq' from 'scipy.stats' #82

Loafb opened this issue Nov 6, 2022 · 2 comments

Comments

@Loafb
Copy link

Loafb commented Nov 6, 2022

ImportError: cannot import name 'itemfreq' from 'scipy.stats' (/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/scipy/stats/init.py)

Cannot run the code because of this. Please help. Thanks!

@adnanenasser
Copy link

Hi @Loafb
I hope you are doing well,

were you able to fix the issue? if so, what was the solution.

Thank you

@peter1960
Copy link

Downgrade scipy, 1.9.x breaks this code:
pip install --upgrade scipy==1.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants