Error MT5 import

 
  import MetaTrader5 as mt5
  File "C:\Users\Thiago Rezende\PycharmProjects\PythonProjetosThiago\venv\lib\site-packages\MetaTrader5\__init__.py", line 258, in <module>
    from ._core import *
ImportError: DLL load failed while importing _core: The specified module could not be found


In the venv\Lib\site-packages\MetaTrader5 directory there is a _core.cp38-win_amd64.pyd file

Any idea how to solve this ?