errors with HNN GUI installation #325
-
HNN GUI was working on my mac after pip installation but II haven't run it in a while and now ran into the following into errors: Fatal Python error: initfsencoding: "unable to load the file system codec I then went back and ran a pre-install check and received the following warnings: Checking PYTHONPATH environment variable is not set...warning Checking PYTHONHOME environment variable is not set...warning PYTHONHOME is set. This is not the recommended way to set the python environment. Current thread 0x00000001079125c0 (most recent call first): Checking NRN_PYLIB environment variable is not set...ok |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
can you say what are the following variables: $ echo PYTHONHOME
$ echo PYTHONPATH
$ which python |
Beta Was this translation helpful? Give feedback.
-
On Jul 26, 2022, at 10:33 AM, Mainak Jas ***@***.***> wrote:
can you say what are the following variables:
$ echo PYTHONHOME
PYTHONHOME
$ echo PYTHONPATH
PYTHONPATH
$ which python
/Applications/anaconda/envs/hnn/bin/python
… —
Reply to this email directly, view it on GitHub <#324 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEX6KSPXLSOSTBTEPQTO773VV7ZNHANCNFSM54WA3O7Q>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
The solution was to remove all references to PYTHONHOME and PYTHONPATH in bashrc and bash_profile |
Beta Was this translation helpful? Give feedback.
The solution was to remove all references to PYTHONHOME and PYTHONPATH in bashrc and bash_profile