Coder Social home page Coder Social logo

Comments (2)

 avatar commented on June 13, 2024

i don't have this issue and im using anaconda3. I think you should look for the permissions of the file by running ls or stat:
ls -l '/usr/local/lib/python3.6/dist-packages/jupyter_tabnine/binaries/2.5.1/x86_64-unknown-linux-gnu/TabNine'
then you will see the permission at the first row, this is looks like good explaination of Linux Permissions.

the resolution might be adding exec flag to the binary running chmod, like following:
chmod +x '/usr/local/lib/python3.6/dist-packages/jupyter_tabnine/binaries/2.5.1/x86_64-unknown-linux-gnu/TabNine'

I added this link as it might help for further reading:
https://stackoverflow.com/questions/36434764/permissionerror-errno-13-permission-denied

from jupyter-tabnine.

wenmin-wu avatar wenmin-wu commented on June 13, 2024

@BrunoGomesCoelho , try this

pip3 install jupyter-tabnine --user
jupyter nbextension install --py jupyter_tabnine --user
jupyter nbextension enable --py jupyter_tabnine --user
jupyter serverextension enable --py jupyter_tabnine --user

The package will be installed under the user's dir.

Please re-open it, if you still have the problem.

from jupyter-tabnine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.