tSSS on Empty-Room Recording

I got the below output with those commands:

py.NoneType

Unable to resolve the name py.NoneType.

brainstorm

BST> Starting Brainstorm:
BST> =================================
BST> Version: 25-Mar-2021
BST> Compiling main interface files...
BST> Emptying temporary directory...
BST> Deleting old process reports...
BST> Loading configuration file...
BST> Checking internet connectivity... BST> ERROR: webread and urlread failed reading URL: http://neuroimage.usc.edu/bst/getversion.php
failed
BST> Could not check for Brainstorm updates.
BST> Initializing user interface...
BST> Starting OpenGL engine... hardware
BST> Reading process folder...
BST> Loading current protocol...
BST> =================================

[isOk, errorMsg, pyVer]=bst_python_init('Initialize', 1)

BST> Python 3.8 executable: C:\Users\Administrator\AppData\Local\Programs\Python\Python38\python.exe

isOk =

1

errorMsg =

pyVer =

'3.8'

py.NoneType

Unable to resolve the name py.NoneType.

pyversion

   version: '3.8'
executable: 'C:\Users\Administrator\AppData\Local\Programs\Python\Python38\python.exe'
   library: 'C:\Users\Administrator\AppData\Local\Programs\Python\Python38\python38.dll'
      home: 'C:\Users\Administrator\AppData\Local\Programs\Python\Python38'
  isloaded: 1

py.NoneType

Unable to resolve the name py.NoneType.

PythonExeBst = bst_get('PythonExe')

PythonExeBst =

'C:\Users\Administrator\AppData\Local\Programs\Python\Python38\python.exe'

[pyVer, PythonExeMatlab, isLoaded] = bst_python_ver()

pyVer =

'3.8'

PythonExeMatlab =
'C:\Users\Administrator\AppData\Local\Programs\Python\Python38\python.exe'

Thank you for your help.

Levent