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
Hi, I stumbled upon this cool project and tried to run it. Unfortunately, the latest Fedora releases come with Python 3.11 by default, and the current release package has the requirements Python >=3.7,<3.11 due to dependencies. Would you be able to update dependencies and release package to let mt5linux run with Python 3.11?
Best regards,
The text was updated successfully, but these errors were encountered:
In the meantime, I got the example in README.md to work flawlessly in a pypoetry project with python 3.11.2 on Fedora 37 by cloning the code, removing the version numbers in requirements.txt, and building the wheel package with python -m build wheel. Then, replacing mt5linux in README.md with /path/to/mt5linux-something-something.whl.
The program doesn't seem to want to create a new directory for server.py either, even when specifying a path in ~/.
(I'm not a python professional)
tensorflow 2.12.0 requires numpy<1.24,>=1.22, but you have numpy 1.24.2 which is incompatible. mt5linux 0.1.9 requires numpy==1.21.4, but you have numpy 1.24.2 which is incompatible.
Hi, I stumbled upon this cool project and tried to run it. Unfortunately, the latest Fedora releases come with Python 3.11 by default, and the current release package has the requirements Python >=3.7,<3.11 due to dependencies. Would you be able to update dependencies and release package to let mt5linux run with Python 3.11?
Best regards,
The text was updated successfully, but these errors were encountered: