Changes between Initial Version and Version 1 of Ticket #1131, comment 1
- Timestamp:
- Jul 20, 2018 7:44:48 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1131, comment 1
initial v1 3 3 The installer copies relevant DLLs from the active Python installation (e.g. for numpy, Python itself, etc.) The Windows package for pyopencl contains OpenCL.dll, but this is never copied. 4 4 5 Copying OpenCL.dll to the installed SasView program files causes the dialog to appear, but the only option is "No OpenCL", and the following log appears:5 Copying OpenCL.dll to the installed !SasView program files causes the dialog to appear, but the only option is "No OpenCL", and the following log appears: 6 6 7 7 {{{ 8 8 WARNING : sas.sasgui.perspectives.fitting.gpu_options (gpu_options.pyc:172) :: Unable to import the pyopencl package. It may not have been installed. If you wish to use OpenCL, try running pip install --user pyopencl 9 9 }}} 10 Opening the Python shell from within SasView and trying `import pyopencl` results in the following error:10 Opening the Python shell from within !SasView and trying `import pyopencl` results in the following error: 11 11 12 12 {{{