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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: