kbfifi

Results 17 comments of kbfifi

Ok, spent a little more time on this and got the example sheets for Binance and Coinbase Pro to work. The Binance example code in the sheet is outdated and...

Hi there I got at the same error travlik has: "I don't understand wavetrend_channel_length please add it to evaluation.py" So I removed the complete wavetrend strategy folder Then tried again...

I suppose what jhcsjcao mentions leads to the solution. For me that would probably leave me with fixing the directory list produced by os.sys.path: ['\\\\rock64n2.lan\\kbfifi\\jupyter', 'd:\\Users\\kbfifi\\anaconda3\\python39.zip', 'd:\\Users\\kbfifi\\anaconda3\\DLLs', 'd:\\Users\\kbfifi\\anaconda3\\lib', 'd:\\Users\\kbfifi\\anaconda3', '',...

@rchiodo Thanks for the hint. I tried with from a DOS prompt: ` set IDE_PROJECT_ROOTS="c:\tmp\JupyterNotebookTmp:d:\Users\kbfifi\anaconda3\python39.zip:d:\Users\kbfifi\anaconda3\DLLs:d:\Users\kbfifi\anaconda3\lib:d:\Users\kbfifi\anaconda3:d:\Users\kbfifi\anaconda3\lib\site-packages:d:\Users\kbfifi\anaconda3\lib\site-packages\locket-0.2.1-py3.9.egg:d:\Users\kbfifi\anaconda3\lib\site-packages\win32:d:\Users\kbfifi\anaconda3\lib\site-packages\win32\lib:d:\Users\kbfifi\anaconda3\lib\site-packages\Pythonwin:d:\Users\kbfifi\anaconda3\lib\site-packages\IPython\extensions:C:\Users\kbfifi\.ipython:C:\Users\kbfifi\AppData\Roaming\Python\Python39\site-packages" code ` No luck. @speediedan what would by the Windows for /tmp as mentioned earlier...

@faboiz thanks for noting that. Unfortunately it wasn't enough to get the workaround working. What might still help is what speediedan mentions. Do you know what the Windows path is...

For what it's worth: I I also had the "ImportError: No module named 'PIL'" prob. pip install image fixed it for me. I'm running from Odroid C2 with DietPi

Yes I tried with app_rc_start first. I'm using the dustcloud web interface to send commands. It's using "forms" data structure and send it to port 1121 of the dustcloud. I...

I'd like to know this too!

Same here: Influxdb 1.8.10, grafana 8.2.3 fluxql: from(bucket: "domotica") |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) => r["_measurement"] == "youless" and r._field == "youless_power") |> aggregateWindow( every: 1h, fn:...