vehicle_counting_tensorflow icon indicating copy to clipboard operation
vehicle_counting_tensorflow copied to clipboard

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

Open Loafb opened this issue 3 years ago • 2 comments

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!

Loafb avatar Nov 06 '22 03:11 Loafb

Hi @Loafb I hope you are doing well,

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

Thank you

adnanenasser avatar Jan 09 '23 00:01 adnanenasser

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

peter1960 avatar Feb 25 '23 09:02 peter1960