Hi,
I'm trying to install sample data on Magento EE 2.1.7 using command
bin/magento sampledata:deploy
but I'm getting
./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages. Problem 1 - The requested package magento/module-gift-card-sample-data could not be found in any version, there may be a typo in the package name. Problem 2 - The requested package magento/module-customer-balance-sample-data could not be found in any version, there may be a typo in the package name. Problem 3 - The requested package magento/module-target-rule-sample-data could not be found in any version, there may be a typo in the package name. Problem 4 - The requested package magento/module-gift-registry-sample-data could not be found in any version, there may be a typo in the package name. Problem 5 - The requested package magento/module-multiple-wishlist-sample-data could not be found in any version, there may be a typo in the package name. Potential causes: - A typo in the package name - The package is not available in a stable-enough version according to your minimum-stability setting see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details. Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems. Installation failed, reverting ./composer.json to its original content. There is an error during sample data deployment. Composer file will be reverted.
Hello,
You cant install sampledata in Magento Enterprise version.Enterprise magento version not support Sampledata.
Sampledata is only for Magento Community edition.
You have to manually enter product,customer,category into your backend.
if issue resolved, click kudos/Accept as solutions.