-
-
Notifications
You must be signed in to change notification settings - Fork 435
keyring missing to use astroquery in xeus-python lite kernel #3554
Copy link
Copy link
Open
Labels
Description
Hello!
I'd like to use astroquery in a xeus-python-lite kernel. This is currently only blocked by the keyring dependency which is not available to libmamba
error libmamba Could not solve for environment specs
The following package could not be installed
└─ astroquery =* * is not installable because it requires
└─ keyring [=* *|>=15.0 *|>=4.0 *] but there are no viable options
├─ keyring [24.3.1|25.0.0|...|25.7.0] would require
│ └─ __osx =* *, which is missing on the system;
├─ keyring [24.3.1|25.0.0|...|25.7.0] would require
│ └─ __win =* *, which is missing on the system;
└─ keyring [24.3.1|25.0.0|...|25.7.0] would require
└─ __linux =* *, which is missing on the system.
critical libmamba Could not solve for environment specs
Since convincing the developers of keyring to publish their library in a new place might be a long process, I was wondering if you'd be open to have it as an optional dependency here?
Reactions are currently unavailable