quantstats icon indicating copy to clipboard operation
quantstats copied to clipboard

Incompatible Version UnsatisfiableError on install

Open datatalking opened this issue 2 years ago • 2 comments

Tried to install via conda install -c ranaroussi quantstats was hoping for a clean install but instead.

Screen Shot 2021-09-01 at 9 07 08 AM

Is this a known issue or are there versions of MacOS that are known incompatible?

datatalking avatar Sep 01 '21 16:09 datatalking

`conda install -c ranaroussi quantstats Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: | Found conflicts! Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort. failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions`

Same issue on Windows 10 PC

hanrai avatar Sep 18 '21 11:09 hanrai

Same problem here. I had to use pip to install it.

dmicsa avatar Sep 21 '21 10:09 dmicsa

Same issue,

conda install -c ranaroussi quantstats
Retrieving notices: ...working... done
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: \
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.|
failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

Karlheinzniebuhr avatar Jan 11 '23 21:01 Karlheinzniebuhr