score:21
I spent hours trying to get PyDev 3.0.0 plugin working with Eclipse Kepler on my mac. I tried
- Marketplace installation
- Install Software through Update Site
- Dropping plugin files under eclipse/dropins
Nothing worked until I finally tried version 2.8.2 of the plugin. I would say get a zip of 2.8.2 from here and put the unzippied version in your /dropins folder of Eclipse. Restart Eclipse. Then go to the preference menu and notice PyDev entry should be there. Sometime it is better to start the Eclipse with admin credentials. Something like this on command line:
sudo /Users/username/Softwares/eclipse/Eclipse.app/Contents/MacOS/eclipse
score:-1
Solved with updating vm args. Just pointed to java8.
-vm E:/sw/java/jdk1.8.0_91/bin/javaw.exe
score:0
My solution was to run eclipse
from the command line with the -clean
flag:
eclipse -clean
This has to be done once in a while around package upgrades.
score:0
I went through all the above steps, but it didn't work. At last, I saw that my launcher pointed to a wrong Java installation. It was:
eclipse -vm /usr/local/java/jre1.7.0_67/bin/java
then I corrected to the java installation appropriate for my case, as stated in the previous answers, and it works:
eclipse -vm /usr/lib/jvm/java-8-openjdk-i386/bin/java
Of course these are my installation dependent paths. You should check your owns.
score:0
There are a few things that has to be checked when installing pydev from install new software on eclipse.
- Version of eclipse
- Version of java
If you are using java 7 and still you cant find pydev under preferences(that happened to me), there is a good chance that you have installed a version of pydev which is above 4.5.5. PyDev 4.5.5 is the last release supporting Java 7 and Eclipse 3.8. For more details, go through this link http://www.pydev.org/ under release 5.2.0. Like wise for java 6, an older version of pydev will help solve the issue, and there are a lot of sites which will find your right version of pydev according to your eclipse and java version Cheers
score:0
I faced this issue. My environment looked like this
- Windows 7 Enterprise (64 bit)
- Eclipse SDK 4.2
- Python 3.6.1
- Pydev 5.2
- JRE 1.8.0_111
In the above configuration the PyDev plugin didn't show up.
I did the following:
- Installed the jdk 1.8 (64 bit)
- Installed Eclipse Neon
- Installed the Pydev plugin using the Plugin manager.
All works fine now !
It is clearly stated in the installation instructions that PyDev requires Java 8 and Eclipse 4.6 (Neon) in order to run and only supports Python 2.6 onwards.
score:0
In my case, while installing the plugin, I had forgotten to click on a checkbox to trust a certificate, then I installed it again, checked the checkbox and it worked.
score:0
I had the problem too, and I solved it just by waiting for eclipse to download all files, it takes some time. When the downloads are completed eclipse will remind you to restart, if you see that remind you have succeeded.
score:0
I installed Eclipse IDE for Java Developers (setup by Oomph) into the folder 'C:\Program Files' with administrator privileges on Windows. After manually renaming/moving the Eclipse installation folder and installing PyDev, it did not show up as Perspective.
A possible solution is to run Eclipse as administrator and to reinstall PyDev.
Note: When the initial installation directory of Eclipse is not changed, PyDev also works correctly.
score:1
The PyDev installation guide addresses this issue. The solution is to update to Java 7 or later.
Edit: As @aaron-hall suggested, I'll give a more detailed explanation:
The nice folks that develop PyDev have decided to upgrade the Java version they are using (wise decision, but breaks compatibility backwards). If you have Java 6, then you need to upgrade at least to 7 (you can find numerous sites explaining how to do it in case you don't know). After you have installed the new version of Java, inside Eclipse go to Preferences/Java/Installed JREs and add your recently installed JRE. After that, restart Eclipse and install PyDev as you normally would. Everything should work fine now.
If for some reason you can't or won't install Java 7 or 8, then you must stick to PyDev 2.8.x.
score:1
in my case, you need to use jdk 1.8, if the pydev is 5.0.0.
score:1
If anybody has Eclipse Neon, this is how I fixed it:
- From the Window menu > Perspective > Customize
- Check Pydev Debug and the sub-items you're interested in.
Now you can see the Pydev on the Menu bar.
score:2
I had the same problem; it seems I was using Eclipse with Java 1.6 instead of with Java 1.7 as required by PyDev.
The fix, for PyDev 3.1.0 on Linux at least, is to start Eclipse with the Java 1.7 binary. Two ways to do this: updating the default Java installation for the system to 1.7 or edit the eclipse.ini to point to a Java 1.7 java binary.
score:2
For Ubuntu users:
Check for Java version ($ java -version
). If it is 1.6.0, please upgrade it to 1.7.0 ($ sudo apt-get install openjdk-7-jdk
)
Also, run the command $ sudo update-alternatives --config java
Restart Eclipse and Pydev will show up in the preferences.
score:2
As per PyDev documentation states, the latest 5.x version now requires Java8 and Eclipse 4.5 onwards (http://www.pydev.org/)
You can use a 4.x PyDev version, which requires Java7, using the alternative update sites (http://www.pydev.org/update_sites/index.html)
score:3
update Java version. Install the new java. Go to Eclipse-> Preference-> Java -> Intalled JRE -> Check latest java (1.8) -> Apply. Restart Eclipse
score:6
- Update your Java to the latest SDK.
- Restart Eclipse.
PyDev will be shown in Eclipse>>Preferences
score:20
First things first, go to pydev offcial page, it stated:
See: the PyDev does not appear after install section on the download page for help on using a Java 8 vm in Eclipse.
Visits this page, it shows:
Well, the main issue at this time is that PyDev requires Java 8 in order to run. So, if you don't want to support PyDev by going the LiClipse route (which is mostly a PyDev standalone plus some goodies), you may have to go through some loops to make sure that you're actually using Java 8 to run Eclipse/PyDev (as explained below).
Also, keep in mind that PyDev 5.x requires Eclipse 4.6 onwards (for Eclipse 3.8 use PyDev 4.x).
In my system:
$ java -version
openjdk version "1.8.0_102"
OpenJDK Runtime Environment (build 1.8.0_102-8u102-b14.1-2-b14)
OpenJDK 64-Bit Server VM (build 25.102-b14, mixed mode)
According to this answer
Java 8 (a.k.a 1.8)
So my openJDK 1.8 is Java 8 already met the requirement stated from the pydev statement above. So it's not Java problem in my case.
Recall the pydev last statement:
Also, keep in mind that PyDev 5.x requires Eclipse 4.6 onwards (for Eclipse 3.8 use PyDev 4.x).
So I check my eclipse version, it's merely old version 3.8.1:
But what I've downloaded is latest version pydev 5.3.0, which is wrong, so now what I have to do is follow this instruction to uninstall pydev 5.3.0 first:
Use Shift key to highlight both and uninstall:
After uninstalled, visits this page to copy the old repo link:
Recall the pydev last statement again:
Also, keep in mind that PyDev 5.x requires Eclipse 4.6 onwards (for Eclipse 3.8 use PyDev 4.x).
My eclipse is 3.8.1, so I just have to choose 4.x. The highest version of 4.x listed above is 4.5.5.
I copy the link http://www.pydev.org/update_sites/4.5.5 and paste into eclipse's Install New Software page to install:
After all, Windows -> Preferences, pydev is showing up now:
Source: stackoverflow.com
Related Query
- Pydev Perspective Not Showing After Install For Eclipse
- PyDev Perspective not showing after Install on Eclipse 3.8
- Maven not showing up in Eclipse (Kepler) even after m2e install
- PyDev not appearing in Eclipse after install
- BrightScript Eclipse Plugin Not Showing Up After Install on OSX
- PyDev does not appear after install in eclipse7 though I have java7 in eclipse Mars
- Eclipse projects not showing up after placing project files in workspace/projects
- PyDev not showing up in Eclipse
- TFS Eclipse throws an error "The character 0x007c ('|') is not permitted in server paths" after updating visual studio for mac to support iPad OS 13
- Eclipse Not Showing Graphical Layout for Android XML files
- Pydev for Eclipse does not change all reference when renaming package
- Google Plugin for Eclipse 3.7 not showing up
- PyDev eclipse is not showing compilation errors
- Gradle build folder not showing up after installing the Gradle Eclipse Plugin
- R help is not updated in Eclipse after R CMD install
- Spring perspective is not showing in eclipse
- I am not able to install Glance plugin for Eclipse from market place.
- Eclipse Scala plugin not showing documentation for classes and methods in scala projects
- Eclipse not updating "built-in" include paths for Android NDK Project after switching to GCC 4.8
- PyDev does not show up in Window > Preferences for Eclipse 4.7 (Oxygen)
- Eclipse not showing code in the Java Editor perspective
- pydev will not install in Eclipse 3.72
- pydev plugin in eclipse not showing the files in the project explorer
- How to solve an issue Eclipse not showing Javadocs for javax.annotation package in webapp-javaee7 archetype Maven project?
- PyDev not showing up in Eclipse 3.8
- Android ADT Plugin for Eclipse not working after upgrading to ver 10.0
- Pandas Dataframe not showing all output columns in Eclipse IDE using PyDev Plugin
- AWS Toolkit for Eclipse Luna 4.4.1 does not install
- unable to install PyDev for Eclipse Release 2(4.4.2)
- Installing PyDev IDE for Eclipse 5.4.0 on Eclipse Mars 4.5.2 throws error "Profile id _SELF_ is not registered"
More Query from same tag
- Import SWT the Gradle way in Eclipse
- How can I get a IFile instance from a File object in a non Eclipse plugin
- Unable to find a javac compiler com.sun.tools.javac.Main is not on the classpath error
- Does Tomcat (as a Service) not load native libraries for a Java web application?
- Start and stop recording with button click
- opencv 3.0 not working on ubuntu 15.10
- How do I provide the custom location for the automatically generated files in Eclipse RCP applicaton
- NetBeans "link with editor" feature
- How do I get a reference to the current project in an Eclipse plugin?
- toolingorg.eclipse.platform.ide.config not found error while installing ADT in eclipse
- Running tomcat with eclipse kepler
- android source not matching jar, in eclipse
- Eclipse 3.3.2/MyEclipse doesn't recognize xml as ant files
- Eclipse not Opening
- Error in connecting Eclipse to SQL Server
- Web-Service Deployment Error
- Eclipse stepping into class in android
- UML tools for Eclipse Helios
- JPA 2.0 not persisting into MySQL
- Eclipse Conditional Breakpoints Broken?
- Why does trace_printf("%f",x); trigger a hard fault on an STM32 MCU?
- How to disable ADT graphical layout editor?
- How to build a p2 site for the Eclipse delta pack?
- Suppress unreachable errors in PyDev?
- java.lang.NoSuchMethodError: 'void org.glassfish.jersey.model.internal.CommonConfig.<init>(javax.ws.rs.RuntimeType, java.util.function.Predicate)'
- How to share files among several Eclipse projects using SVN?
- Mylyn doesn't filter the resources in the Navigator- or Package Explorer views
- In Fragments, Instances are not getting saved
- Why can't I save greek text in Eclipse?
- Errors in updating the Android's ADT Plugin for Eclipse