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
I am on a Mac and using pyenv to manage my python versions.
When I run PyCall on a specific python version, I got
ImportError: No module named site
I dug in the code and discovered that the python dynamic library was not detected correctly.
It turns out that one have to install python via pyenv with --enable-framework in order to have the essential file installed.
I am on a Mac and using pyenv to manage my python versions.
When I run PyCall on a specific python version, I got
I dug in the code and discovered that the python dynamic library was not detected correctly.
It turns out that one have to install python via
pyenvwith--enable-frameworkin order to have the essential file installed.I just want to make a note here for future
pyenvusers