Error setting up snappy in windows 10

Hello, i’m trying install the snappy interface in my notebook with this instruction https://senbox.atlassian.net/wiki/spaces/SNAP/pages/50855941/Configure+Python+to+use+the+SNAP-Python+snappy+interface. But i have a problem when use the code “snappy-conf C:\Python34\python.exe”.

The snappyutil.txt has written

“INFO: Installing from Java module ‘C:\snap\snap\modules\org-esa-snap-snap-python.jar’
INFO: Installing jpy…
INFO: Extracting ‘lib/jpy-0.8.0-cp34-none-win32.whl’ from ‘C:\snap\snap\modules\org-esa-snap-snap-python.jar’
INFO: Unzipping ‘C:\Users\Lenovo.snap\snap-python\snappy\lib\jpy-0.8.0-cp34-none-win32.whl’
INFO: Configuring jpy…
INFO: jpy Python API configuration written to ‘C:\Users\Lenovo.snap\snap-python\snappy\jpyconfig.py’
INFO: jpy Java API configuration written to ‘C:\Users\Lenovo.snap\snap-python\snappy\jpyconfig.properties’
INFO: Configuring snappy…
INFO: snappy configuration written to ‘C:\Users\Lenovo.snap\snap-python\snappy\snappy.ini’
INFO: Importing snappy for final test…
ERROR: Configuration failed
Traceback (most recent call last):
File “.\snappyutil.py”, line 266, in main
force=args.force)
File “.\snappyutil.py”, line 213, in configure_snappy
import(‘snappy’)
File "C:\Users\Lenovo.snap\snap-python\snappy…\snappy_init
.py", line 63, in
jpyutil.preload_jvm_dll()
File “C:\Users\Lenovo.snap\snap-python\snappy\jpyutil.py”, line 315, in preload_jvm_dll
return ctypes.CDLL(jvm_dll_file, mode=ctypes.RTLD_GLOBAL)
File "C:\Python34\lib\ctypes_init
.py”, line 351, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 193] %1 no es una aplicación Win32 válida"

I need help please

Please take a look at this thread, Configure Snappy In Windows

Source of the thread

1 Like