-
Notifications
You must be signed in to change notification settings - Fork 0
installation issues on Levante #59
Copy link
Copy link
Open
Labels
Description
Hi,
using the standard Python3 module on Levante I get the following message:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
xclim 0.41.0 requires scipy<1.9,>=1.2, but you have scipy 1.15.3 which is incompatible.
aiohttp 3.8.4 requires async-timeout<5.0,>=4.0.0a3, but you have async-timeout 5.0.1 which is incompatible
Is this an issue? I get a functioning version and help, though:
$ pymor --version
pymor, version 0.2.1
$ pymor --help
Usage: pymor [OPTIONS] COMMAND [ARGS]...
PyMOR - Makes CMOR Simple
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --version Show the version and exit. │
│ --verbose -v Log debugging info to stderr. │
│ --quiet -q Suppress info to stderr. │
│ --logfile/--no-logfile Log to file. [default: logfile] │
│ --profile_mem Profile peak memory use. │
│ --help Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ cache │
│ develop │
│ externals Information about external dependencies │
│ plugins Manage pymor plugins │
│ prefect-check │
│ process │
│ scripts Various utility scripts for Pymor. │
│ ssh-tunnel Create an SSH tunnel to access Prefect and Dask dashboards on a remote compute node. │
│ table-explorer │
│ validate │
╰─────────────────────────────────────────────────
Reactions are currently unavailable