Я пытаюсь узнать, как использовать pytest, и когда я делаю мой pytest test_map_func.py (имя файла), я получаю следующую ошибку:
Traceback (most recent call last):
File "c:\users\coult\anaconda3\lib\site-packages\numpy\core\__init__.py", line 16, in <module>
from . import multiarray
ImportError: DLL load failed: couldn't find the specified module (translated from spanish)
Затем я получаю много списков с каталогами и снова этот кусок кода:
ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try `git clean -xdf` (removes all
files not under version control). Otherwise reinstall numpy.
Original error was: DLL load failed: couldn't find the specified module (translated from spanish)
Спасибо всем, кто мог мне помочь: -)