Importing MetaTrader5 module in python using pycharm ("help")

 

Importing MetaTrader5 module  in cmd works well but deosn't work when i use pycharm IDE

Please anyone know the reason of this error on pycharm?


DESCRIPTION IS ON THE PICTURES BELOW

Files:
 

You're likely using a venv if you're working in pycharm. Click the terminal tab at the bottom and use

pip install -U MetaTrader5

note the output from there, not the run window.

Reason: