neuralforecast: Conda install of [neuralforecast] is broken

What happened + What you expected to happen

Doing a straight up install on a python=3.11.* conda environment gives the following error. This is from executing the code conda install -c conda-forge neuralforecast.

Same ticket just a bit older. https://github.com/Nixtla/neuralforecast/issues/440

Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): - WARNING conda.models.version:get_matcher(546): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.8.0.*, but conda is ignoring the .* and treating it as 1.8.0
WARNING conda.models.version:get_matcher(546): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.9.0.*, but conda is ignoring the .* and treating it as 1.9.0
done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: |
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:

  - feature:/osx-arm64::__osx==14.0=0
  - neuralforecast -> numba -> __osx[version='>=10.9|>=11.0']
  - python=3.11.6 -> ncurses[version='>=6.4,<7.0a0'] -> __osx[version='>=10.9']

Your installed version is: 14.0

Note that strict channel priority may have removed packages required for satisfiability.c

Versions / Dependencies

conda

Reproduction script

conda create --name nixtla python=3.11.6 conda install -c conda-forge neuralforecast

Issue Severity

Low: It annoys or frustrates me.

About this issue

  • Original URL
  • State: open
  • Created 7 months ago
  • Comments: 17 (17 by maintainers)

Most upvoted comments

Neither of us has an arm64 mac, so we can’t debug. We appreciate you trying things out.

The file is noarch, so it has to be a problem in one of the dependencies.