No description
.python-version | ||
latency_measure.py | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
Install
To run, Baumer's NeoAPI needs a pyenv built with '--shared-modules'.
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.10.5
Then, before running, point to the LD_LIBRARY_PATH:
export LD_LIBRARY_PATH="$(pyenv root)/versions/3.10.5/lib:$LD_LIBRARY_PATH"