我想在MetaTrader5中安装PyCharm模块,但我不知道如何安装。我试过用pip install MetaTrader5,但上面写着
ERROR: Could not find a version that satisfies the requirement MetaTrader5 (from versions: none)
ERROR: No matching distribution found for MetaTrader5发布于 2022-05-20 21:28:32
你在用哪一种?你在用Ubuntu吗?如果是的话,那么遗憾的是,MetaTrader5目前不支持Ubuntu,它只能在Windows上获得。
如果您正在使用windows,那么请检查您的python版本。它要求python 64位版本为3.7或更高版本。
查看更详细的信息,这里
https://stackoverflow.com/questions/72324874
复制相似问题