-
Notifications
You must be signed in to change notification settings - Fork 16
syntax error on debian 9 with Python v 3.5.3 #7
Copy link
Copy link
Open
Description
in jupyter notebook, got the below error when doing
import pandas as pd
import io
import numpy as np
from urllib.request import urlopen
import json
from math import *
from platform import python_version
print("Python v "+python_version())
from gastrodon import RemoteEndpoint,QName,ttl,URIRef,inline
from matplotlib import pyplot
<<
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/IPython/core/interactiveshell.py", line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 9, in
from gastrodon import RemoteEndpoint,QName,ttl,URIRef,inline
File "/usr/local/lib/python3.5/dist-packages/gastrodon/init.py", line 136
kwargs:Dict={}
^
SyntaxError: invalid syntax
Any hints ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels