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
It builds successfully but fails at runtime with "Fatal Python error: Py_Initialize: unable to load the file system codec" when built and run within a conda virtualenv. Setting PYTHONHOME to the executable folder before building and running solved the problem. I only encountered this when using a virtual environment and Windows 10.
I am trying to use cpython with a conda env as well, and I'm running into the same problem where I can't seem to find anything that lets you specify environment. If I understand you correctly, you solved it by setting PYTHONHOME in your path variables?
It builds successfully but fails at runtime with "
Fatal Python error: Py_Initialize: unable to load the file system codec
" when built and run within aconda
virtualenv. SettingPYTHONHOME
to the executable folder before building and running solved the problem. I only encountered this when using a virtual environment and Windows 10.This may be related to #213.
The text was updated successfully, but these errors were encountered: