-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Description
Hi! Thank you for sharing your work.
I am following the official installation guide, but I cannot complete the setup due to a Python version conflict when creating the 4kagent_spec_tools environment.
The guide instructs to use Python 3.8, but the installation of spec_tools_requirements.txt fails because jaxlib==0.4.13 requires Python >= 3.9.
Steps to Reproduce
Running the exact commands from the guide:
conda create -n 4kagent_spec_tools python=3.8 -yconda activate 4kagent_spec_toolspip install -r installation/spec_tools_requirements.txt
Error Log
The installation fails with the following error output:
ERROR: Ignored the following versions that require a different python version: [...] Requires-Python >=3.9; [...]
ERROR: Could not find a version that satisfies the requirement jaxlib==0.4.13 (from versions: none)
ERROR: No matching distribution found for jaxlib==0.4.13
Could you please look into this? Thanks!