Install & Compatibility
Where this runs
tested against v? · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
py 3.10
✕ build_error
✓ 33.1s
py 3.11
✕ build_error
✓ 31.4s
py 3.12
✕ build_error
✓ 27.9s
py 3.13
✕ build_error
✓ 28.1s
py 3.9
✕ build_error
✕ timeout
1096MB installed
● package 1096MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
darts
✓ from darts import TimeSeries
✗ from u8darts import TimeSeries
u8darts is deprecated. Use the 'darts' package directly.
Basic usage of darts, not u8darts.
from darts import TimeSeries
import pandas as pd
# Create a simple TimeSeries
dates = pd.date_range('2020-01-01', periods=5, freq='D')
series = TimeSeries.from_values(pd.Series([1,2,3,4,5], index=dates))
print(series)
Upgrade
Version history
0.41.0latest on PyPI · released Feb 10, 2026
Audit
Dependencies
dartsoptionalu8darts is a compatibility wrapper that re-exports from darts. It is recommended to install darts directly.