You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In specs/metatrader/Dockerfile I have modified the pip install command to get MetaTrader5 instead of MetaTrader package.
RUN xvfb-run sh -c "\ wine pip install MetaTrader5; \ wineserver -w"
But when running a python script with import MetaTrader5 statement, the container is frozen with this messages :
docker run -it --rm -v ./bots:/opt/mtwine/drive_c/bots ghcr.io/materya/metatrader wine python c:\\bots\\test_mt5.py
wine: Call from 000000007B01129D to unimplemented function api-ms-win-crt-runtime-l1-1-0.dll.fetestexcept, aborting
wine: Unimplemented function api-ms-win-crt-runtime-l1-1-0.dll.fetestexcept called at address 000000007B01129D (thread 00cc), starting debugger...
Do you plan to support metatrader5 ?
By the way, thanks for this great project.
The text was updated successfully, but these errors were encountered:
In
specs/metatrader/Dockerfile
I have modified thepip install
command to getMetaTrader5
instead ofMetaTrader
package.But when running a python script with
import MetaTrader5
statement, the container is frozen with this messages :Do you plan to support metatrader5 ?
By the way, thanks for this great project.
The text was updated successfully, but these errors were encountered: