Results 8 comments of FilatovRA

Using latest release https://github.com/DragonComputer/Dragonfire/releases/tag/v1.0.2

Same issue I found in comment from vladislavyuzbekov here https://github.com/DragonComputer/Dragonfire/issues/110

> @FilatovRA could you provide me the original error message in English? Seems like an issue related to `sqlalchemy` but I'm not sure what's the reason. Hello, now I got...

I also tryed docker. And get an error: sudo docker run dragonfire Unable to find image 'dragonfire:latest' locally docker: Error response from daemon: pull access denied for dragonfire, repository does...

`Dragonfire: GOOD NIGHT SIR ________________________________________________________________________________ 2019-05-10 22:24:56,634 INFO sqlalchemy.engine.base.Engine SELECT CAST('test plain returns' AS VARCHAR(60)) AS anon_1 2019-05-10 22:24:56,634 INFO sqlalchemy.engine.base.Engine () 2019-05-10 22:24:56,636 INFO sqlalchemy.engine.base.Engine SELECT CAST('test unicode returns'...

The solution I found by Google is to downgrade Tensorflow. I'll try it/

ERROR: dragonfire 1.0.2 has requirement tensorflow==1.0.0, but you'll have tensorflow 1.5.0 which is incompatible.

I am pretty shure the problem is in my old PC: python -c "import tensorflow as tf; tf.enable_eager_execution(); print(tf.reduce_sum(tf.random_normal([1000, 1000])))" 2019-05-11 12:38:05.020708: F tensorflow/core/platform/cpu_feature_guard.cc:37] The TensorFlow library was compiled to...