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
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 0x00000001e6e4a080 (most recent call first):
Command PhaseScriptExecution failed with a nonzero exit code
The text was updated successfully, but these errors were encountered:
ndebrabander
changed the title
Xcode build failes with ModuleNotFoundError: No module named 'encodings'
Xcode build fails with ModuleNotFoundError: No module named 'encodings'
Aug 14, 2023
No, only dead ends as far as I can see. I stopped trying and decided to ditch Kivy al together and continue in Swift. Sad really because I do think Kivy is a great framework for app building.
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
If you're having trouble installing or using kivy-ios, maybe you could be interested to installation and requirements.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
Versions
Describe the bug
Build in Xcode fails with error message:
ModuleNotFoundError: No module named 'encodings'
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = '/Users/nielsdebrabander/Documents/Xcode_build/dist/hostpython3/bin/python'
isolated = 0
environment = 1
user site = 1
import site = 1
sys._base_executable = '/Users/nielsdebrabander/Documents/Xcode_build/dist/hostpython3/bin/python'
sys.base_prefix = '/Users/nielsdebrabander/Documents/Xcode_build/dist/hostpython3'
sys.base_exec_prefix = '/Users/nielsdebrabander/Documents/Xcode_build/dist/hostpython3'
sys.platlibdir = 'lib'
sys.executable = '/Users/nielsdebrabander/Documents/Xcode_build/dist/hostpython3/bin/python'
sys.prefix = '/Users/nielsdebrabander/Documents/Xcode_build/dist/hostpython3'
sys.exec_prefix = '/Users/nielsdebrabander/Documents/Xcode_build/dist/hostpython3'
sys.path = [
]
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 0x00000001e6e4a080 (most recent call first):
Command PhaseScriptExecution failed with a nonzero exit code
The text was updated successfully, but these errors were encountered: