petewarden / dstk

A collection of the best open data sets and open-source tools for data science
http://www.datasciencetoolkit.org/
1.12k stars 186 forks source link

print error in python 3 #67

Open jramirezpr opened 5 years ago

jramirezpr commented 5 years ago

when I try import dstk i get Traceback (most recent call last):

File "C:\Users\Guest\Anaconda3Folder\lib\site-packages\IPython\core\interactiveshell.py", line 2961, in run_code exec(code_obj, self.user_global_ns, self.user_ns)

File "", line 1, in import dstk

File "C:\Users\Guest\Anaconda3Folder\lib\site-packages\dstk.py", line 267 print 'No match' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('No match')?

It seems this needs to be updated to python 3 syntax.