Skip to content

Installation error in 4kagent_spec_tools env #12

@vincenzodr

Description

@vincenzodr

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:

  1. conda create -n 4kagent_spec_tools python=3.8 -y
  2. conda activate 4kagent_spec_tools
  3. pip 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions