vehicle_counting_tensorflow
vehicle_counting_tensorflow copied to clipboard
Cannot import name 'itemfreq' from 'scipy.stats'
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!
Hi @Loafb I hope you are doing well,
were you able to fix the issue? if so, what was the solution.
Thank you
Downgrade scipy, 1.9.x breaks this code: pip install --upgrade scipy==1.8.0