codota / jupyter-tabnine

Autocompletion with Deep Learning on Jupyter Notebook
MIT License
794 stars 121 forks source link

Seems not work for macos? #11

Open foreverhoulu opened 4 years ago

foreverhoulu commented 4 years ago

Hi, I just installed tabnine , installation process seems ok but not prompting any thing at all coding in jupyter, the server shows the following err : OSError: [Errno 8] Exec format error: '/anaconda3/lib/python3.6/site-packages/jupyter_tabnine/binaries/2.1.21/x86_64-apple-darwin/TabNine' Wonder if it support mac os ?

veliona commented 4 years ago

Hi @foreverhoulu and @wenmin-wu ! I actually have the same issue, I followed the instructions, however I can not see any autofill proposition in my cells. Also, I checked my Jupyter Notebook version, which is 6.0.0, so everything should be fine.

Could you pls give us a hand @wenmin-wu ? 🙂

wenmin-wu commented 4 years ago

@foreverhoulu It should work with MacOS because it was developed on MacOS. @veliona Will post a doc about how to debug and report the issues.