tanlei678

Results 3 issues of tanlei678

``` python import numpy as np import talib as ta close = np.random.random(10000) ma_type=7 tmp = ta.MACDEXT(close, fastperiod=13, fastmatype=ma_type, slowperiod=21, slowmatype=ma_type, signalperiod=8, signalmatype=ma_type) print tmp ``` tmp is all nan...

fix pyinstaller build error

请更新ollama,已支持gemma3 Error: llama runner process has terminated: this model is not supported by your version of Ollama. You may need to upgrade

user issue