I already followed all those steps, but I think there is still a call of the python 3.7 or the snappy in it, even if I configured an environment in 2.7.
Can you tell me more about the log? I was able to find one called “snappy util”. Here it is:
INFO: Installing from Java module 'C:\Users\spyru\AppData\Roaming\SNAP\modules\org-esa-snap-snap-python.jar'
INFO: Installing jpy...
INFO: Extracting 'lib/jpy-0.9.0-cp27-cp27m-win_amd64.whl' from 'C:\Users\spyru\AppData\Roaming\SNAP\modules\org-esa-snap-snap-python.jar'
INFO: Unzipping 'C:\ProgramData\Anaconda3\envs\version27\Lib\site-packages\snappy\snappy\lib\jpy-0.9.0-cp27-cp27m-win_amd64.whl'
INFO: Configuring jpy...
INFO: jpy Python API configuration written to 'C:\ProgramData\Anaconda3\envs\version27\Lib\site-packages\snappy\snappy\jpyconfig.py'
INFO: jpy Java API configuration written to 'C:\ProgramData\Anaconda3\envs\version27\Lib\site-packages\snappy\snappy\jpyconfig.properties'
INFO: Configuring snappy...
INFO: snappy configuration written to 'C:\ProgramData\Anaconda3\envs\version27\Lib\site-packages\snappy\snappy\snappy.ini'
INFO: Importing snappy for final test...
INFO: Done. The SNAP-Python interface is located in 'C:\ProgramData\Anaconda3\envs\version27\Lib\site-packages\snappy\snappy'
When using SNAP from Python, either do: sys.path.append('C:\\ProgramData\\Anaconda3\\envs\\version27\\Lib\\site-packages\\snappy\\snappy')
or copy the snappy module into your Python's 'site-packages' directory.
I also already tried what you put at the end.