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
When trying to run the FRA test on setup.py the listener fails to run because it cannot find S191216ap_update.xml
The skymap map resolves to the installation directory in the venv, but the data directory(-ies) are not copied to the location.
From a quick look at setup.py it seems that setuptools.find_packages() is used to determine what to install and I guess this does not include directories with static data such as the required sample_skymaps.
The text was updated successfully, but these errors were encountered:
When trying to run the FRA test on
setup.py
the listener fails to run because it cannot find S191216ap_update.xmlThe skymap map resolves to the installation directory in the venv, but the data directory(-ies) are not copied to the location.
From a quick look at
setup.py
it seems thatsetuptools.find_packages()
is used to determine what to install and I guess this does not include directories with static data such as the requiredsample_skymaps
.The text was updated successfully, but these errors were encountered: