-
Notifications
You must be signed in to change notification settings - Fork 987
Open
Labels
bugSomething isn't workingSomething isn't workingtriageIssue waiting for triagingIssue waiting for triaging
Description
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-allconda-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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriageIssue waiting for triagingIssue waiting for triaging