Kaizen Today I Learned by Ville Säävuori

Posts tagged pyenv

Installing Python With Shared Library on macOS

I needed a Python version with shared library in order to use PyO3 to run Python in Tauri to fix this error: “error: The auto-initialize feature is enabled, but your python installation only supports embedding the Python interpreter statically. If you are attempting to run tests, or a binary which is okay to link dynamically, install a Python distribution which ships with the Python shared library.

· Read the full article →