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
from alerce_xmatch import Catalog, TargetCatalog, OutputCols
Traceback (most recent call last):
File "/home/fforster/anaconda3/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2963, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from alerce_xmatch import Catalog, TargetCatalog, OutputCols
File "/home/fforster/anaconda3/lib/python3.6/site-packages/alerce_xmatch/init.py", line 1, in
from . import catalog
File "/home/fforster/anaconda3/lib/python3.6/site-packages/alerce_xmatch/catalog.py", line 1
from future import annotations
^
SyntaxError: future feature annotations is not defined
The text was updated successfully, but these errors were encountered:
fforster
changed the title
Error important xmatch service
Error importing xmatch service
Jun 19, 2019
from alerce_xmatch import Catalog, TargetCatalog, OutputCols
Traceback (most recent call last):
File "/home/fforster/anaconda3/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2963, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
from alerce_xmatch import Catalog, TargetCatalog, OutputCols
File "/home/fforster/anaconda3/lib/python3.6/site-packages/alerce_xmatch/init.py", line 1, in
from . import catalog
File "/home/fforster/anaconda3/lib/python3.6/site-packages/alerce_xmatch/catalog.py", line 1
from future import annotations
^
SyntaxError: future feature annotations is not defined
The text was updated successfully, but these errors were encountered: