- Nov 09, 2024
-
-
David Georg Reichelt authored
-
David Georg Reichelt authored
-
- Nov 06, 2024
-
-
DaGeRe authored
-
- Nov 04, 2024
-
-
DaGeRe authored
-
- Nov 02, 2024
-
-
DaGeRe authored
-
- Oct 17, 2024
-
-
David Georg Reichelt authored
-
- Oct 13, 2024
-
-
Shinhyung Yang authored
-
- Aug 27, 2024
- Aug 22, 2024
-
-
DaGeRe authored
-
- Aug 11, 2024
-
-
DaGeRe authored
-
- Aug 05, 2024
- Jul 15, 2024
-
-
David Georg Reichelt authored
-
Shinhyung Yang authored
This fix resolves two problems. 1. The v69.3.0 release of the Python3 package setuptools enforces the PEP~625 proposal [0], which replaces hyphens with underbars in a package name. Therefore I made the following changes: Kieker-python/functions.sh - "${PIP}" install dist/kieker-monitoring-for-python-0.0.1.tar.gz + "${PIP}" install dist/kieker_monitoring_for_python-0.0.1.tar.gz 2. Temurin JDK 21 image (based on Alpine Linux 3.19, 3.19.2) comes up with the v23.3.1 release of the Python3 package pip. Its v23.0 enforces the PEP~668 proposal [1], which raises an error when installing a local package against the OS-installed Python environment. Therefore I made the following changes: Kieker-python/benchmark.sh + VENV_DIR="${HOME}/venv/moobench" + python3 -m venv ${VENV_DIR} + source ${VENV_DIR}/bin/activate + # configure base dir BASE_DIR=$(cd "$(dirname "$0")"; pwd) ... info "Done." + deactivate + rm -rf ${VENV_DIR} + exit 0 # end [0]: https://github.com/pypa/setuptools/blob/v69.3.0/NEWS.rst [1]: https://github.com/pypa/pip/blob/23.0/NEWS.rst
-
- Jul 11, 2024
- Jul 03, 2024
-
-
David Georg Reichelt authored
-
- May 28, 2024
-
-
David Georg Reichelt authored
-
David Georg Reichelt authored
-
David Georg Reichelt authored
-
- May 27, 2024
-
-
David Georg Reichelt authored
-
David Georg Reichelt authored
-
- May 24, 2024
-
-
David Georg Reichelt authored
-
David Georg Reichelt authored
-
David Georg Reichelt authored
-
- May 20, 2024
-
-
David Georg Reichelt authored
-
- May 14, 2024
-
-
DaGeRe authored
-
- May 11, 2024
- May 10, 2024
-
-
DaGeRe authored
-
- May 09, 2024