jenovauh

Results 8 comments of jenovauh

I am getting these error, keras should be installed along with tensorflow but somehow still unable to detect the version. 2024-03-01 14:04:10,656 - freqtrade.exchange.exchange - INFO - Using Exchange "Binance"...

Can someone kind enough to 'pip list' for me so I can try to troubleshoot the issue on windows?

I guess the issue is tensorflow 2.15.0 stop supporting on windows cmd and cause a lot of weird issue that cannot be resolved at my skill level. Test tensorflow-cpu also...

> Can you check that you have the latest version? The error you have indicates the following error: File "C:\Users\nelson.kwek\Downloads\freqtrade\user_data\strategies\binance\Environment.py", line 79, in print_environment keras_version = tf.keras.*version* AttributeError: module 'keras.api._v2.keras'...

Anyway after my recent reinstallation for freqtrade and your git repo. I am getting this new error. >2024-03-07 12:11:09,856 - freqtrade.resolvers.iresolver - WARNING - Could not import /home/jenovauh/freqtrade/user_data/strategies/binanceus/NNPredictor_Wavenet2.py due to...

> are you using the latest version? I re-organised the directories a long time ago. For example, NNTC.py should be in user_data/strategies/ and Environment.py should be in user_data/strategies/utils > >If...

I had remove and git clone your strategies again. After that i am using "zsh user_data/strategies/scripts/test_strat.sh " which will be "zsh user_data/strategies/scripts/test_strat.sh --short binance NNTC" If I dont move all...

> It seems to be a configuration error in your env for tensorflow and the nvidia toolkit, try installing > > `pip install tensorflow-cpu==2.15.0` Yes I am pretty sure it...