I’ve just started learning about AI and tried to run the notebooks from the Practical DL for coders. When I ran the notebook for chapter 2, I got this error. Does anyone know how to resolve it? Any help is much appreciated. Thanks
ImportError: scipy.special._ufuncs_cxx does not export expected C variable _export_expit
When I tried running the chapter 2 notebook from Practical Deep Learning for Coders as part of my early AI learning, I ran into an error that I haven’t been able to resolve. I’m not sure whether it’s related to my environment, missing dependencies, or something I may have set up incorrectly. If anyone has encountered this issue before or has suggestions on how to fix it, I’d really appreciate any guidance. Thanks in advance!