-
-
Notifications
You must be signed in to change notification settings - Fork 433
Open
Description
To reproduce this problem:
- Make sure botocore is not installed.
from astroquery.mast import Observations
| from botocore.exceptions import ClientError, BotoCoreError |
It crashes with ModuleNotFoundError: No module named 'botocore' even though botocore is not required:
Lines 58 to 64 in a85d9e4
| all = [ | |
| "mocpy>=0.12", | |
| "astropy-healpix", | |
| "boto3", | |
| "botocore", | |
| "regions>=0.5", | |
| ] |
Desired outcome: It does not crash on import.
Reactions are currently unavailable