the conda env create codes in the readme should specify channels, for example, --channel conda-forge
Also, pip install diopy failed to run. Some of the error logs are shown below.
Collecting diopy
Using cached diopy-0.5.5.tar.gz (10 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [40 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-install-ywh_xvj7/diopy_c8bf9536be4d43b5b3e90720456c80eb/setup.py", line 13, in
the conda env create codes in the readme should specify channels, for example, --channel conda-forge
Also, pip install diopy failed to run. Some of the error logs are shown below.