How to use RAPIDS module and MetaTrader5 module in the same python project

48 Views Asked by At

I want to use the RAPIDS and MetaTrader5 modules in the same project in a Windows 11 environment.

The RAPIDS module requires the use of WSL2 in Windows 11, and the MetaTrader5 module needs to be used in the pip environment in Windows.

So, these two modules cannot be used in the same project. Is there any way I can resolve this issue?


OS: windows 11

WSL2: Ubuntu 22.04

Python: 3.10

RAPIDS: 23.08

MetaTrader5: 5.0.45

0

There are 0 best solutions below