-
Notifications
You must be signed in to change notification settings - Fork 170
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
BOLT for python 3? #6
Comments
I should be more verbose: All I'm trying to do is calculate a fast dot product between a given query and a set of keys. When trying to do
Update: This error happens even on Google Colab with Python=2.7, so I don't think this is actually a python version issue. That being the case, have any ideas? |
@dblalock -- I'm getting the same error as @Sun694. For what it's worth, I was able to install your In addition, I tried forcing clang++, which again led to the error above. But unlike the person in Issue #4, compiling your simple |
I'm getting a similar error in Colab, is there a fix?
|
Thanks for the bug report! Running out of time tonight, but will look into this tomorrow. |
@dblalock thanks very much! Looking forward to running it |
It looks like this is the same issue as #4? Going to keep further discussion over there to get it all in one place. |
Feel free to reopen if it looks like this is a separate problem. |
I was unable to get BOLT working on python three after a bit of debugging.
I finally tried pip installing it, and see an error message stating only python 2.6+ is supported.
Is there any way to get python 3 supported?
The text was updated successfully, but these errors were encountered: