Error when installing pmdarima 1.8.0

Kernel: Basic Machine, IPython Kernel.

When installing pmdarima, either 1.8.0 (pip) and (conda), from the Library Manager it failed solving the environment (with initial frozen solve, with flexible solve and with repodata from current_repodata.json) and it will try with the next repodata source.

Installing...
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): ...working... done

After “Collecting package metadata (repodata.json): …working… done”, I am getting a huge list of invalid operations, always with the same ID - the list continues to grow as the time goes by -, and pmdarima isn’t installed yet. This is the invalid operation id:

Invalid operation id: 6d363e05-1d60-461d-bfa5-b7f5876f9540

The way I solved it was by installing pmdarima 1.7.1…
For that, in the Library Manager, when selecting pmdarima in the explorer, select the version in the dropdown menu:

image

1 Like