Registry / ai-ml / u8darts

u8darts

JSON →
library0.41.0pypypiunverified

Legacy compatibility shim for the 'darts' time series forecasting library. Since version 0.41.0, this package is deprecated and simply re-exports everything from the 'darts' package. Users should install and import directly from 'darts' instead.

pip install darts
INSTALL
IMPORT
SIG · U8DARTS
U
u8darts
ai-mlpythonv0.41.0
Install
30.1s avg
Import
1160ms
Disk
1096MB
Pass rate
4/ 10
Env Coverage4 / 10
glibc
3.9–3.13
musl
3.9–3.13
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
musl
glibc
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)
Debug
Known issues
deprecatedThe 'u8darts' package is deprecated and no longer receives updates. Use 'darts' instead.
fix
Replace all imports from 'u8darts' with imports from 'darts'.
affects: >=0.41.0
gotchaInstalling 'u8darts' will install the latest 'darts' as a dependency, but future releases of 'darts' may not be reflected in 'u8darts'. Always install 'darts' directly.
fix
Run: pip install darts
affects: all
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.
Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
u8darts — pip install u8darts · libregistry