error when trying to make the ngrok server:
/kaggle/working/MMVCServerSIO
Python path configuration:
PYTHONHOME = '/kaggle/working/MMVCServerSIO/_internal'
PYTHONPATH = (not set)
program name = '/kaggle/working/MMVCServerSIO/VoiceChanger'
isolated = 1
environment = 0
user site = 0
import site = 0
sys._base_executable = '/kaggle/working/MMVCServerSIO/VoiceChanger'
sys.base_prefix = '/kaggle/working/MMVCServerSIO/_internal'
sys.base_exec_prefix = '/kaggle/working/MMVCServerSIO/_internal'
sys.platlibdir = 'lib'
sys.executable = '/kaggle/working/MMVCServerSIO/VoiceChanger'
sys.prefix = '/kaggle/working/MMVCServerSIO/_internal'
sys.exec_prefix = '/kaggle/working/MMVCServerSIO/_internal'
sys.path = [
'/kaggle/working/MMVCServerSIO/_internal/base_library.zip',
'/kaggle/working/MMVCServerSIO/_internal/lib-dynload',
'/kaggle/working/MMVCServerSIO/_internal',
]
[PYI-133:ERROR] Failed to start embedded python interpreter!
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007e9cacd8c340 (most recent call first):
<no Python frame>
The Kraggle code: https://www.kaggle.com/code/suneku/voice-changer-public
My specs: 1070/i5
It was working fine a week or so ago.