1 | D:\Omer\Source\sasmodels\sasmodels\kernelcl.py:67: UserWarning: OpenCL startup failed with ***DLL load failed: The specified procedure could not be found.***; using C compiler instead |
---|
2 | + str(exc) + "***; using C compiler instead") |
---|
3 | Traceback (most recent call last): |
---|
4 | File "sascomp", line 24, in <module> |
---|
5 | main() |
---|
6 | File "sascomp", line 21, in main |
---|
7 | sasmodels.compare.main(*sys.argv[1:]) |
---|
8 | File "D:\Omer\Source\sasmodels\sasmodels\compare.py", line 1486, in main |
---|
9 | opts = parse_opts(argv) |
---|
10 | File "D:\Omer\Source\sasmodels\sasmodels\compare.py", line 1177, in parse_opts |
---|
11 | model_info = [core.load_model_info(k) for k in names] |
---|
12 | File "D:\Omer\Source\sasmodels\sasmodels\compare.py", line 1177, in <listcomp> |
---|
13 | model_info = [core.load_model_info(k) for k in names] |
---|
14 | File "D:\Omer\Source\sasmodels\sasmodels\core.py", line 183, in load_model_info |
---|
15 | return modelinfo.make_model_info(kernel_module) |
---|
16 | File "D:\Omer\Source\sasmodels\sasmodels\modelinfo.py", line 821, in make_model_info |
---|
17 | autoc.convert(info, kernel_module) |
---|
18 | File "D:\Omer\Source\sasmodels\sasmodels\autoc.py", line 136, in convert |
---|
19 | constants) |
---|
20 | File "D:\Omer\Source\sasmodels\sasmodels\py2c.py", line 1027, in translate |
---|
21 | print ("Size of functions is: " + len(functions)) |
---|
22 | TypeError: must be str, not int |
---|