-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I tried to install the package with Python 3.11.9:
install citifile
Collecting citifile
Downloading CITIfile-0.1.5.tar.gz (2.1 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-7rmvbd4g/citifile_a8d09f5a0a7e44dda60a13af72799846/setup.py", line 2, in <module>
from CITIfile import __version__, __author__
File "/tmp/pip-install-7rmvbd4g/citifile_a8d09f5a0a7e44dda60a13af72799846/CITIfile.py", line 2, in <module>
import xarray as xr
ModuleNotFoundError: No module named 'xarray'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
However, it works when I install xarray first (pip install xarray).
Shouldn't the package be set up such, that PIP is able to install dependencies automatically?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels