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
Hi,
The pipeline seems to depend on the eada, package which is not listed among the requirements
Attempting to run the pipeline without this package results in:
Traceback (most recent call last): [...] line 105, in select_observations from eada.vo import conesearch as cs ModuleNotFoundError: No module named 'eada'
Unfortunately the eada module seems very hard to install on recent machines, as it requires astropy < 4, which is not supported by recent versions of python and setuptools.
The text was updated successfully, but these errors were encountered:
Hi,
The pipeline seems to depend on the eada, package which is not listed among the requirements
Attempting to run the pipeline without this package results in:
Traceback (most recent call last): [...] line 105, in select_observations from eada.vo import conesearch as cs ModuleNotFoundError: No module named 'eada'
Unfortunately the eada module seems very hard to install on recent machines, as it requires astropy < 4, which is not supported by recent versions of python and setuptools.
The text was updated successfully, but these errors were encountered: