You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried installing a few times, studio booted up but datasets were not available unsure whether the python interface was loaded. Attempted to add python variables to path. Wondering if someone could walk me through these steps can't wait to try it.
Could not find platform independent libraries
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = 'C:\Users\User\TorchStudio\python\python.exe'
isolated = 0
environment = 1
user site = 1
safe_path = 0
import site = 1
is in build tree = 0
stdlib dir = 'C:\Users\User\TorchStudio\Lib'
sys._base_executable = 'C:\Users\User\TorchStudio\python\python.exe'
sys.base_prefix = 'C:\Users\User\TorchStudio'
sys.base_exec_prefix = 'C:\Users\User\TorchStudio'
sys.platlibdir = 'DLLs'
sys.executable = 'C:\Users\User\TorchStudio\python\python.exe'
sys.prefix = 'C:\Users\User\TorchStudio'
sys.exec_prefix = 'C:\Users\User\TorchStudio'
sys.path = [
'C:\Users\User\TorchStudio\python\python312.zip',
'C:\Users\User\TorchStudio',
'C:\Users\User\TorchStudio\Lib',
'C:\Users\User\TorchStudio\python',
]
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 0x00000acc (most recent call first):
The text was updated successfully, but these errors were encountered:
Tried installing a few times, studio booted up but datasets were not available unsure whether the python interface was loaded. Attempted to add python variables to path. Wondering if someone could walk me through these steps can't wait to try it.
Could not find platform independent libraries
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = 'C:\Users\User\TorchStudio\python\python.exe'
isolated = 0
environment = 1
user site = 1
safe_path = 0
import site = 1
is in build tree = 0
stdlib dir = 'C:\Users\User\TorchStudio\Lib'
sys._base_executable = 'C:\Users\User\TorchStudio\python\python.exe'
sys.base_prefix = 'C:\Users\User\TorchStudio'
sys.base_exec_prefix = 'C:\Users\User\TorchStudio'
sys.platlibdir = 'DLLs'
sys.executable = 'C:\Users\User\TorchStudio\python\python.exe'
sys.prefix = 'C:\Users\User\TorchStudio'
sys.exec_prefix = 'C:\Users\User\TorchStudio'
sys.path = [
'C:\Users\User\TorchStudio\python\python312.zip',
'C:\Users\User\TorchStudio',
'C:\Users\User\TorchStudio\Lib',
'C:\Users\User\TorchStudio\python',
]
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 0x00000acc (most recent call first):
The text was updated successfully, but these errors were encountered: