Pydev Not Recognized in Eclipse

后端 未结 9 1611
心在旅途
心在旅途 2021-01-01 13:27

I\'ve been using PyDev within Eclipse on my Mac for about two years now. Updated Eclipse today, and suddenly PyDev is completely missing. Tried everything, included a comple

相关标签:
9条回答
  • 2021-01-01 13:52

    ![Kepler Pydev config] I had to spend lot of time to figure out why it is not working. But ultimately did. Download 2.8.2 zip instead and unzip in dropins folder as shown. Start eclipse with -clean option

    0 讨论(0)
  • 2021-01-01 13:54

    Check if you are using Java 7, it is needed now for PyDev 3. Source: http://pydev.org/download.html and PyDev bugtracker. After upgrading my java-version it worked for me again.

    0 讨论(0)
  • 2021-01-01 13:55

    At start i was also facing same error that : The solution is not provide while installing PyDev - Python IDE for Eclipse 6.3.2 and when I am When trying to install I receive the following message: Unable to read repository at https://dl.bintray.com/fabioz/pydev/latest/content.xml. ?

    Then i came up with the final solution :

    follow the steps :

    Online Install

    The URL for installation of the feature is http://pydev.org/updates. You can use that URL to Install New Software... from the Help menu if the Eclipse Marketplace is not doing what you want.

    and uncheck all the options mentioned below on Install New Software Window like: Uncheck :

    1.Show only the latest versions of available software
    2.Group Items by category
    3.Show only software applicable to target environment
    4.Contact all update sites during install to find required software
    

    Offline Install

    If you meet the requirements (below) and continue to have problems with the update site, you can download to install offline. Get it from SourceForge (or follow the link from PyDev's website to SourceForge).

    and uncheck all the options mentioned below on Install New Software Window like: Uncheck :

    1.Show only the latest versions of available software
    2.Group Items by category
    3.Show only software applicable to target environment
    4.Contact all update sites during install to find required software
    
    0 讨论(0)
提交回复
热议问题