You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In [1]: importradio_beam---------------------------------------------------------------------------ImportErrorTraceback (mostrecentcalllast)
CellIn[1], line1---->1importradio_beamFile/blue/adamginsburg/adamginsburg/repos/radio-beam/radio_beam/__init__.py:31# Licensed under a 3-clause BSD style license - see LICENSE.rst---->3from ._astropy_initimport__version__, test5frompkg_resourcesimportget_distribution, DistributionNotFound7from .beamimport (Beam, EllipticalGaussian2DKernel,
8EllipticalTophat2DKernel)
File/blue/adamginsburg/adamginsburg/repos/radio-beam/radio_beam/_astropy_init.py:2119importos20fromwarningsimportwarn--->21fromastropy.config.configurationimport (
22update_default_config,
23ConfigurationDefaultMissingError,
24ConfigurationDefaultMissingWarning)
26# Create the test function for self test27fromastropy.tests.runnerimportTestRunnerImportError: cannotimportname'update_default_config'from'astropy.config.configuration' (/blue/adamginsburg/adamginsburg/repos/astropy/astropy/config/configuration.py)
The text was updated successfully, but these errors were encountered:
Trying to import radio-beam, got this error. Is this an astropy
astropy.__version__
:'6.1.dev108+gaa142496ef'
python version:
3.9.17
The text was updated successfully, but these errors were encountered: