I am getting following error when I am trying to import CSV file as Product import.
![import_error.png import_error.png](https://community.magento.com/t5/image/serverpage/image-id/3948iE87A76499DA325F5/image-size/large?v=v2&px=999)
I used following commands for access permission.
find var vendor pub/static pub/media app/etc -type f -exec chmod g+w {} \;
find var vendor pub/static pub/media app/etc -type d -exec chmod g+ws {} \;
I increased php execution time in apache server.
I used item_xxl_12063874_18123233.jpg as base-image in CSV file.
I used pub/media/import as Images File Directory in Product import screen and placed all the images in pub/media/import.