python policy cannot be executed

Author: Mr. Ho, Created: 2018-09-11 21:23:31, Updated:

Testing the API is described in CCI indicator call example python code import talib def main (: records = exchange.GetRecords cci = talib.CCI ((records.High, records.Low, records.Close, 14) # 14 This parameter can be omitted. Log ((cc))

The following error was reported: exec: python python2.7 python2 python3 python: executable file not found in %PATH%

Please, little dream, what is the problem?


More

The Little DreamIt should be that your host's computer or server does not have python installed, or does not have python environment variables configured.

The Little DreamThis can be searched on Baidu and there are many tutorials.