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 error in Python 3.5 win 7 64bit #131

Open
Watesoyan opened this issue Oct 29, 2017 · 0 comments
Open

Import error in Python 3.5 win 7 64bit #131

Watesoyan opened this issue Oct 29, 2017 · 0 comments

Comments

@Watesoyan
Copy link

import gbdt

Traceback (most recent call last):

File "F:\Anaconda3\envs\python35\lib\site-packages\IPython\core\interactiveshell.py", line 2862, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)

File "", line 1, in
import gbdt

File "F:\Anaconda3\envs\python35\lib\site-packages\gbdt_init_.py", line 11, in
from ._forest import Forest

File "F:\Anaconda3\envs\python35\lib\site-packages\gbdt_forest.py", line 10
raise TypeError, 'Unsupported forest type: {0}'.format(type(forest))
^
SyntaxError: invalid syntax

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

1 participant