简体   繁体   中英

Can't install pydev in eclipse

I'd like install pydev in eclipse by following method, all of them fails:

  1. using update site, errors happens in the installation, looks like a firewall issue.
  2. download the pydev zip file, and extract to the eclipse folder, not working ( could not find it in preference after restart eclipse)
  3. download hte pydev zip file, and extract to the dropins folder, still not working (could not find it in preference after restart eclipse)

I am very frustrated on this, could anyone help on this ? Thanks

My enviroment:

  • OS: Mac 10.8
  • Eclipse: 3.7
  • Pydev: 3.0
  • Country: China

The easiest way is just getting the LiClipse standalone: http://brainwy.github.io/liclipse/ (which has PyDev and some other things -- such as a bundled JRE, egit, color theme, etc -- pre-configured).

Now, if you don't want to go that way, I think that since PyDev 3.0 was released, the most common issue is not having Java 7 installed (as from 3.0 onwards PyDev requires it and Eclipse is not good at telling you that this is a problem and just hides PyDev if you have an older VM).

I had same problem but I manually installed it and everything was solved.

I did this:

  • downloaded zip files containing pydev from HERE

  • unzipped features and plugins on respective directories on my eclipse installation directory

  • finally from eclipse : new Pydev project. right click on directory project -> properties -> on PYTHONPATH you should be able to configure your interpreter.

我遇到了同样的问题,我以admin身份打开了Eclipse,并且可以正常工作...不知道是否有帮助

Okay, here is the simple solution for you.

Open Eclipse and go to help>>Install new software and click on Add>> pyDev . and then update from Eclipse.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM