
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
If the Python path on the Agents computer is the same as the home computer and the PATH variable also contains the path, it should work...
Where is this PATH variable located?
The execution status in PythonDLL is now checked by code:
Updating the PythonDLL again
Some use sys.stderr.write(), but with no console, sys.stderr=None. We had to make a stub.
Roffild, good afternoon.
Do you have a library available for python, version 3.6? I use TensorFlow and its latest version only supports 3.6.
If available, please provide a link to the file.
Thank you.
Roffild, good afternoon.
Do you have a library available for python, version 3.6? I use TensorFlow and its latest version only supports 3.6.
If available, please provide a link to the file.
Thank you.
TensorFlow 1.13 and 1.14 work fine with Python 3.7 myself. No problems with Pytorch either.
TensorFlow 1.13 and 1.14 work fine with Python 3.7 myself. No problems with Pytorch either.
They do not work if the processor does not support some processor instructions (I thinkAVX isnot present inall processors ), wrote https://www.mql5.com/ru/forum/307970/page5#comment_11086500
I wrote about it and it is interesting that on my laptop does not work with TensorFlowSharp under c# , but on PC no problems, googled the info need to recompile tensorflow.dll itself for c++, it is in the TensorFlowSharp package
In general, not all hardware can run the same version of TensorFlow , for my laptop only found tensorflow-1.6.0-cp36-cp36m-win_amd64.whl on GitHub it installed, but as written above for Python 3.6 only
here's the GitHub to find what I'm writing about:https://github.com/fo40225/tensorflow-windows-wheel
The message"Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2" appears on newer CPUs as well. This is a known bug in TensorFlow. It does not affect the Python version in any way.
Since TensorFlow 1.13 in Anaconda is built with Python 3.7
Pytorch 1.0 is also built under Python 3.7
I can build a library under Python 3.6, but I've been using Python 3.7 since January and have no problems.