Description
I am running easyaccess 1.4.7 on Ubuntu 14.04, but I've had this issue in prior versions of easyaccess also. When I open easyaccess I receive the error:
$ easyaccess
Connecting to DB ** dessci ** ...
Loading metadata into cache...
There was an error when refreshing the metadata
Also, when I type "refresh_metadata_cache", I get the same error:
DESSCI ~> refresh_metadata_cache
Loading metadata into cache...
There was an error when refreshing the metadata
Without the metadata, I am unable to use basic functions such as "find_tables" which gives:
DESSCI ~> find_tables %y3a1%
| ☆ | Ctrl-C to abort;
<class 'ValueError'>
array size too large
and "describe_table" which gives:
DESSCI ~> describe_table y3a2_coadd_object_summary
Table not found.
I tried uninstalling using "conda remove easyaccess", then reinstalling using conda, but the error did not change. Is there a way to force easyaccess to download a fresh copy of the metadata or download it manually?