我正在尝试安装PHP开发环境,以便可以使用Magento插件。我不是一个PHP开发人员,所以我没有PHPStorm。
我遇到了很多问题,比如:
Cannot complete the install because one or more required items could not be found.
Software being installed: PHP Development Tools (PDT) Smart Import 4.2.0.201611142355 (org.eclipse.php.importer.feature.group 4.2.0.201611142355)
Missing requirement: PHP Development Tools (PDT) Smart Import 4.2.0.201611142355 (org.eclipse.php.importer.feature.group 4.2.0.201611142355) requires 'org.eclipse.ui.ide 3.12.0' but it could not be found
Error on Toolkit 0.1.6 install:
Cannot complete the install because one or more required items could not be found.
Software being installed: Magento Developer Toolkit 0.1.6.201311011730 (pl.mamooth.eclipse.magento.feature.feature.group 0.1.6.201311011730)
Missing requirement: PHP Development Tools (PDT) 4.0.1.201606232253 (org.eclipse.php.feature.group 4.0.1.201606232253) requires 'org.eclipse.dltk.core.feature.group 5.5.0' but it could not be found
Missing requirement: PHP Development Tools (PDT) 4.2.0.201611142355 (org.eclipse.php.feature.group 4.2.0.201611142355) requires 'org.eclipse.dltk.core.feature.group 5.6.0' but it could not be found
Cannot satisfy dependency:
From: Magento Developer Toolkit 0.1.6.201311011730 (pl.mamooth.eclipse.magento.feature.feature.group 0.1.6.201311011730)
To: org.eclipse.php.feature.group 3.0.0
我已经多次尝试安装PHPPDT4.2和语言工具。
发布于 2017-02-09 23:04:05
您尝试安装的代码至少需要org.eclipse.ui.ide
插件的3.12.0
版本。这个版本的插件是Eclipse Neon (4.6)。尝试在较旧版本的Eclipse中安装将不起作用。
https://stackoverflow.com/questions/42139927
复制相似问题