SEN2COR tool

Hi, I’m having some problems installing sen2cor and looking for some tips. I tried to install it on two different (windows) machines and neither works. On one machine it actually seems to install correctly but any L2A_Process I run immediately shows a “python.exe has stopped working” error with the following error in the command prompt:

File “c:\users\user\anaconda2\lib\site-packages\glymur-0.8.0-py2.7.egg\glymur\lib\openjp2.py”, line 1268, in _stream_create_default_file_stream_2p0
stream = OPENJP2.opj_stream_create_default_file_stream(fptr, read_stream)
WindowsError: exception: access violation writing 0x0000000000000024

If running the L2A_Process --help command it will show no errors in the command prompt but again the “python.exe has stopped working” is shown. On the other machine it seems installation failed since the L2A_Process --help shows the following:

c:\users\user\anaconda2\lib\site-packages\glymur-0.8.0-py2.7.egg\glymur\lib\con
fig.py:102: UserWarning: The library specified by configuration file at C:\Users
\user\Anaconda2\Scripts\openjp2.dll could not be loaded.
warnings.warn(msg.format(path), UserWarning)
c:\users\user\anaconda2\lib\site-packages\glymur-0.8.0-py2.7.egg\glymur\lib\con
fig.py:151: UserWarning: Neither the openjp2 nor the openjpeg library could be l
oaded.

If running the same on an S2 file then it will also display this:

ImportError: DLL load failed: The application has failed to start because its si
de-by-side configuration is incorrect. Please see the application event log or u
se the command-line sxstrace.exe tool for more detail.

Both machines are 64-bit windows where I installed Anaconda2 and sen2cor 2.0.6. Ideas? Thanks