- Notifications
You must be signed in to change notification settings - Fork319
Open
Labels
Description
Hi, I use Win7 and downloadWinpython64-3.8.6.0dot.exe
. When I runWinPython Command Prompt.exe
, passpython
and pressEnter
then get this error:
C:\Users\Arek\Desktop\WPy64-3860\scripts>pythonPython path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = 'C:\Users\Arek\Desktop\WPy64-3860\python-3.8.6.amd64\python.exe' isolated = 0 environment = 1 user site = 1 import site = 1 sys._base_executable = '\u0158E' sys.base_prefix = '.' sys.base_exec_prefix = '.' sys.executable = '\u0158E' sys.prefix = '.' sys.exec_prefix = '.' sys.path = [ 'C:\\Users\\Arek\\Desktop\\WPy64-3860\\python-3.8.6.amd64\\python38.zip', '.\\DLLs', '.\\lib', '', ]Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encodingPython runtime state: core initializedModuleNotFoundError: No module named 'encodings'Current thread 0x00001c38 (most recent call first):<no Python frame>C:\Users\Arek\Desktop\WPy64-3860\scripts>
I have same problem with oryginalpython-3.9.1-embed-amd64
when try runningpython.exe
(from official page).
The important thing is that filewinpython\python-3.8.6.amd64\python.exe
from your project works fine (don't get any error). Any tips on what's the problem? I need access topip
(for install module) and to run py files in portable way.