Open eduards-magebit opened 7 years ago
Worked around it by creating an upgrade script, which adds two product attribute options:
It looks like the issue is the fixtures/orders.csv file is not serialized when the code is expecting it to be.
I had this issue and was able to resolve it by following this stackexchange post https://magento.stackexchange.com/questions/144042/complete-the-sample-data-installation-error
The issue was related to the CRLF file endings
Hello @jjewel - this is not working after apply your suggesting in windows
Thank you
Hello.
I've run into the following error when trying to install sample data from CLI in Magento 2.1.5 CE. This error occurs when running
php bin/magento setup:upgrade
, the first commandphp bin/magento sampledata:deploy
executed with no problems.Thanks in advance.