Code Monkey home page Code Monkey logo

Comments (3)

pocco81 avatar pocco81 commented on July 1, 2024

I think the issue is related with your virtualenvwrapper not working correctly. First of, try to simply reinstall python to the latest version available and then reinstall the debugger too.

After that get into some dir (/tmp/) and try running:

$ python -m venv .
$ bin/python -m pip install debugpy

If this fails then it must be an issue with Your virtualenvwrapper. I think this thread will help. Try solution one.

Edit: also, keep in mind that Dap install doesn't install the basic programas needed. Like in this case it won't install Python, pipenv, pip, etc... For you, because it only gets the debugger.

from dap-buddy.nvim.

venson avatar venson commented on July 1, 2024

Thanks for your reply, after search more I find that :

  1. Under mac python link to python2.7, actually python3 work like python on other system.
  2. venv only come with python3.
    /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -m pip install pyvenv do not work.
  3. When dapinstall run, it actual run python2 -m venv . That's where the error come from .
  4. Can dapinstall run python3 -m venv . first , or for mac os ?

from dap-buddy.nvim.

pocco81 avatar pocco81 commented on July 1, 2024

Thanks! #11 fixes this perfectly.

from dap-buddy.nvim.

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.