-
-
Notifications
You must be signed in to change notification settings - Fork 423
Open
Description
I have a Pyinstaller built application that uses astropy/astroquery to interact with simbad. My most recent build started to fail to launch due to
what appears to be bad URLs being used to download query_criteria_fields.json
urllib.error.URLError: <urlopen error Unable to open any source! Exceptions were {'http://data.astropy.org/data/query_criteria_fields.json': <HTTPError 404: 'Not Found'>, 'http://www.astropy.org/astropy-data/data/query_criteria_fields.json': <HTTPError 404: 'Not Found'>}>
[PYI-737:ERROR] Failed to execute script 'root_app' due to unhandled exception!
We've implemented a workaround for now to pull the file from your github repository and insert it into our build.