Skip to content

[Bug]: Invalid numba version constraint prevents environment resolution #324

@harryswift01

Description

@harryswift01

Bug Report

Installing/resolving the CodeEntropy environment fails because the requested numba version range appears invalid or unavailable.


To Reproduce

YAML configuration

dependencies:

  • numba >=0.65.0,<0.7

CLI command used

conda env create -f environment.yml

Actual output

Could not solve for environment specs
The following package could not be installed
└─ numba >=0.65.0,<0.7 * does not exist (perhaps a typo or a missing channel).

Expected output

The environment should resolve and install successfully, or the dependency constraint for numba should point to a valid, available version range.


Environment and Versions

  • Operating System: Ubuntu 22.04
  • CodeEntropy Version: 2.0.0
  • Python Version: 3.14

Screenshots or Logs

Could not solve for environment specs
The following package could not be installed
└─ numba >=0.65.0,<0.7 * does not exist (perhaps a typo or a missing channel).

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions