Skip to content

[BUG] conda u8darts installation on macOS arm64 #3019

@daidahao

Description

@daidahao

Describe the bug
u8darts cannot be installed on macOS-arm64 platforms and Python 3.13 via conda or mamba. This is probably due to the missing prophet conda release on macOS-arm64 and Python 3.13.

To Reproduce
Steps to reproduce the behavior, preferably code snippet.

mamba install u8darts-all
mamba install -c conda-forge -c pytorch u8darts-all
conda install -c conda-forge -c pytorch u8darts-all
conda-forge/noarch                                          Using cache
conda-forge/osx-arm64                                       Using cache
pytorch/noarch                                              Using cache
pytorch/osx-arm64                                           Using cache

Pinned packages:

  - python=3.13

error    libmamba Could not solve for environment specs
    The following packages are incompatible
    └─ u8darts-all =* * is not installable because there are no viable options
       ├─ u8darts-all [0.22.0|0.23.0|...|0.41.0] would require
       │  ├─ prophet >=1.1.1 *, which does not exist (perhaps a missing channel);
       │  └─ u8darts [==0.22.0 pyhd8ed1ab_0|==0.23.0 pyhd8ed1ab_0|==0.23.1 pyhd8ed1ab_0|==0.24.0 pyhd8ed1ab_0], which requires
       │     └─ prophet >=1.1.1 *, which does not exist (perhaps a missing channel);
       ├─ u8darts-all [0.10.0|0.10.1|...|0.9.1] would require
       │  └─ pystan >=2.19.1.1,<3.0.0.0 *, which does not exist (perhaps a missing channel);
       └─ u8darts-all 0.21.0 would require
          └─ u8darts ==0.21.0 pyhd8ed1ab_0, which requires
             └─ prophet >=1.1 *, which does not exist (perhaps a missing channel).
critical libmamba Could not solve for environment specs

Expected behavior
A clear and concise description of what you expected to happen.

System (please complete the following information):

  • Python version: 3.13.12
  • u8darts version: 0.41.0
  • conda version: 25.11.1
  • mamba version: 2.4.0

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriageIssue waiting for triaging

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions