Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import tdb occurs error in python3.5 #14

Open
Shawn1993 opened this issue Dec 8, 2016 · 4 comments
Open

import tdb occurs error in python3.5 #14

Shawn1993 opened this issue Dec 8, 2016 · 4 comments

Comments

@Shawn1993
Copy link

Shawn1993 commented Dec 8, 2016

Traceback (most recent call last):
File "", line 1, in
File "/Users/shawn/anaconda/lib/python3.5/site-packages/tdb/init.py", line 8, in from interface import debug, c, s, get_exe_queue, get_value
ImportError: No module named 'interface'
>>> import tdb
Traceback (most recent call last):
File "", line 1, in
File "/Users/shawn/anaconda/lib/python3.5/site-packages/tdb/init.py", line 8, in from interface import debug, c, s, get_exe_queue, get_value
ImportError: No module named 'interface'

@atchireddi
Copy link

hi shawn,
could get around this error..?
i'm stuck with similar error.
would appreciate any help, if you have any.

Thanks in Advance

@Shawn1993
Copy link
Author

nope, i don't use tdb now.

@jinchenglee
Copy link

It seems this is again python 2.7 <-> python3 incompatibility issue. Tons of places to fix.

@jinchenglee
Copy link

I got the demo notebook working with Python 3 in the branch I forked off: https://github.com/jinchenglee/tdb

But I'm not the guy to do fully exaustive testing, so I just input here FYI. No plan to submit pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants