You are viewing a single comment's thread:
Not for those... but for 3.10 there is. Close enough though =)
Unfortunately, Ubuntu 22 is still behind. Plus a couple of other Linux distros... either way this would need to be changed on the repo.
$ cat src/engine_bench/__init__.py
"""Nectar-bench package for benchmarking hive-engine nodes using nectarengine."""
import sys
__version__ = "0.2.0"
# Check Python version
if sys.version_info < (3, 13):
print("Error: engine-bench requires Python 3.13 or higher")
sys.exit(1)
I can install 3.X whatever but just thinking on people that are just using Linux distributed versions.
I am pushing because I see good stuff... not because I dislike stuff. 😎😍
good catch, i'll destroy that section in both benchmarks
View more