Sorry about the bad English and programmation language, I’m kind of new to this. Anyway, here’s my problem.
I have Spyder (Python 3.9) and I’d like to read some modules in my code. These modules need some scipy dependencies, and I always have this error:
from ._propack import _spropack # type: ignore[attr-defined]
ImportError: DLL load failed while importing _spropack: La procédure spécifiée est introuvable.
I installed scipy with anaconda. I think I installed it with pip too, I mean I tried to (un)install it in Spyder.
Sorry if my question lacks information, this is new to me and I don’t understand everything. Thanks for your help.
I’m ashamed to say I used ChatGPT, and it told me to (un)install it or upgrade it with pip or conda. I tried my best, restarted the kernel, but the problem is still the same.
LDR is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.