alexmojaki / birdseye-pycharm

IntelliJ IDE plugin for the Python debugger birdseye
https://plugins.jetbrains.com/plugin/10917-birdseye
30 stars 2 forks source link

Qusetion : serve is not running #4

Open 625781186 opened 5 years ago

625781186 commented 5 years ago

env: pycharm 2019.1.2 python 3.6.4 x64 birdseye 0.8.3

image

please , what's version of birdseye do I need?

alexmojaki commented 5 years ago

It's not about the version, it's a bug in the plugin detecting what's installed.

  1. What kinda of interpreter are you using?
  2. What is being used to install packages? conda? pipenv? poetry?
  3. Does clicking "Restart server" help?
  4. Does restarting PyCharm help?
625781186 commented 5 years ago

@alexmojaki I tried 3 and 4, but it didn't work.

  1. My python interpreter Install from the official python exe file. This python env is virtualenv and I use virtualenvwrapper-win to create it , .
  2. I use pip install birdseye to install birdseye.

I haven't found any good solutions in pycharm, but after I start birdseye serve in cmd , it's work.

image