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.
env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.4.3
I just want to make a note here for future pyenv
users
hukevinxiaochen, octylFractal, htaketani, MMatlacz, danthe96 and 10 morea-sneha-a, bstellato, xuefeng-li-sydney, movalex, mohammad-eiq and 3 moreMachine-Jonte
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4