V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
saximi
V2EX  ›  Python

请问大家这个错误是怎么回事呢

  •  
  •   saximi · 2018-03-14 20:18:31 +08:00 · 3768 次点击
    这是一个创建于 2234 天前的主题,其中的信息可能已经有所发展或是发生改变。
    WIN7,安装了 VSCODE 和 Anaconda3,在用 VSCODE 开发时,一运行就报如下错误,恳请大家指点如何解决,感谢!

    PS C:\Users\xx\AppData\Roaming\Code> cd 'C:\Users\xx\AppData\Roaming\Code'; ${env:PYTHONIOENCODING}='UTF-8'; ${env:PYTHONUNBUFFERED}='1'; & 'D:\Anaconda3\python.exe' 'C:\Users\xx\.vscode\extensions\ms-python.python-2018.2.1\pythonFiles\experimental\ptvsd_launcher.py' 'C:\Users\xx\AppData\Roaming\Code' '57419' '34806ad9-833a-4524-8cd6-18ca4aa74f14' 'RedirectOutput' 'c:\Users\xx\AppData\Roaming\Code\User\x\t1.py'
    Traceback (most recent call last):
    File "C:\Users\xx\.vscode\extensions\ms-python.python-2018.2.1\pythonFiles\experimental\ptvsd_launcher.py", line 76, in
    import ptvsd
    ModuleNotFoundError: No module named 'ptvsd'
    4 条回复    2018-03-16 19:21:34 +08:00
    imn1
        1
    imn1  
       2018-03-14 20:42:19 +08:00
    https://pypi.python.org/pypi/ptvsd

    Visual Studio remote debugging server for Python
    ZoomQuiet
        2
    ZoomQuiet  
       2018-03-15 07:20:18 +08:00 via iPhone
    是也乎 ╮(╯▽╰)╭

    ptvsb 没安装?
    VSCode 没装好?
    Py 环境不完备?

    ………一般 IDE 的问题…
    不用这个 IDE 就解决了~
    shwomen1234fs
        3
    shwomen1234fs  
       2018-03-15 17:33:52 +08:00
    saximi
        4
    saximi  
    OP
       2018-03-16 19:21:34 +08:00
    @imn1 感谢!
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2678 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 16:02 · PVG 00:02 · LAX 09:02 · JFK 12:02
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.