Visual Studio Python Environments window does not display

后端 未结 4 1522
鱼传尺愫
鱼传尺愫 2021-01-07 09:03

I have installed Win10, Visual Studio 2015, Python 2.7, Python 3.5 and PTVS 2.2.3.

Unfortunately PTVS does not work at all. I can not load any Python projects that w

4条回答
  •  春和景丽
    2021-01-07 09:32

    You'll need to open the ActivityLog.xml (%APPDATA%\Microsoft\VisualStudio\14.0\ActivityLog.xml) and see if there's any exceptions there related to PTVS.

    It sounds like you have a pretty messed up configuration at this point. You could try uninstalling PTVS and re-installing it, but my guess is your messed up Python installs are somehow throwing PTVS off and causing it to crash somewhere.

提交回复
热议问题