firebearstudio / importexportfree

Improve default Magento 2 Import / Export features - cron jobs, CSV , XML , JSON , Excel , mapping of any format, Google Sheet, data and price modification, improved speed and a lot more!
https://firebearstudio.com/the-improved-import.html
Open Software License 3.0
180 stars 68 forks source link

Cannot install via Composer on Magento 2.1.7 CE #15

Closed atish2jcommerce closed 7 years ago

atish2jcommerce commented 7 years ago

I tried to install the extension using composer on my project which is Magento 2.1.7 CE.

Got the following errors.

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Conclusion: don't install firebear/importexportfree 1.0.3
    - Conclusion: don't install firebear/importexportfree 1.0.2
    - Conclusion: don't install firebear/importexportfree 1.0.0
    - Conclusion: don't install firebear/importexportfree 1.0.3
    - Conclusion: don't install firebear/importexportfree 1.0.2
    - Conclusion: don't install firebear/importexportfree 1.0.0|remove magento/framework 100.1.7
    - Conclusion: don't install firebear/importexportfree 1.0.0|don't install magento/framework 100.1.7
    - Installation request for firebear/importexportfree ^1.0 -> satisfiable by firebear/importexportfree[1.0.0, 1.0.2, 1.0.3].
    - firebear/importexportfree 1.0.0 requires magento/module-import-export 100.0.* -> satisfiable by magento/module-import-export[100.0.2, 100.0.3, 100.0.4, 100.0.5, 100.0.6, 100.0.7].
    - magento/module-import-export 100.0.2 requires magento/framework 100.0.* -> satisfiable by magento/framework[100.0.2, 100.0.3, 100.0.4, 100.0.5, 100.0.6, 100.0.7, 100.0.8, 100.0.9, 100.0.10, 100.0.11, 100.0.12, 100.0.13, 100.0.14, 100.0.15, 100.0.16].
    - magento/module-import-export 100.0.3 requires magento/framework 100.0.* -> satisfiable by magento/framework[100.0.2, 100.0.3, 100.0.4, 100.0.5, 100.0.6, 100.0.7, 100.0.8, 100.0.9, 100.0.10, 100.0.11, 100.0.12, 100.0.13, 100.0.14, 100.0.15, 100.0.16].
    - magento/module-import-export 100.0.4 requires magento/framework 100.0.* -> satisfiable by magento/framework[100.0.2, 100.0.3, 100.0.4, 100.0.5, 100.0.6, 100.0.7, 100.0.8, 100.0.9, 100.0.10, 100.0.11, 100.0.12, 100.0.13, 100.0.14, 100.0.15, 100.0.16].
    - magento/module-import-export 100.0.5 requires magento/framework 100.0.* -> satisfiable by magento/framework[100.0.2, 100.0.3, 100.0.4, 100.0.5, 100.0.6, 100.0.7, 100.0.8, 100.0.9, 100.0.10, 100.0.11, 100.0.12, 100.0.13, 100.0.14, 100.0.15, 100.0.16].
    - magento/module-import-export 100.0.6 requires magento/framework 100.0.* -> satisfiable by magento/framework[100.0.2, 100.0.3, 100.0.4, 100.0.5, 100.0.6, 100.0.7, 100.0.8, 100.0.9, 100.0.10, 100.0.11, 100.0.12, 100.0.13, 100.0.14, 100.0.15, 100.0.16].
    - magento/module-import-export 100.0.7 requires magento/framework 100.0.* -> satisfiable by magento/framework[100.0.2, 100.0.3, 100.0.4, 100.0.5, 100.0.6, 100.0.7, 100.0.8, 100.0.9, 100.0.10, 100.0.11, 100.0.12, 100.0.13, 100.0.14, 100.0.15, 100.0.16].
    - Can only install one of: magento/framework[100.1.7, 100.0.2].
    - Can only install one of: magento/framework[100.1.7, 100.0.3].
    - Can only install one of: magento/framework[100.1.7, 100.0.4].
    - Can only install one of: magento/framework[100.1.7, 100.0.5].
    - Can only install one of: magento/framework[100.1.7, 100.0.6].
    - Can only install one of: magento/framework[100.1.7, 100.0.7].
    - Can only install one of: magento/framework[100.1.7, 100.0.8].
    - Can only install one of: magento/framework[100.1.7, 100.0.9].
    - Can only install one of: magento/framework[100.1.7, 100.0.10].
    - Can only install one of: magento/framework[100.1.7, 100.0.11].
    - Can only install one of: magento/framework[100.1.7, 100.0.12].
    - Can only install one of: magento/framework[100.1.7, 100.0.13].
    - Can only install one of: magento/framework[100.1.7, 100.0.14].
    - Can only install one of: magento/framework[100.1.7, 100.0.15].
    - Can only install one of: magento/framework[100.1.7, 100.0.16].
    - Installation request for magento/framework (locked at 100.1.7) -> satisfiable by magento/framework[100.1.7].

After inspecting the the module's composer.json file, it seems that it is dependent on magento/module-import-export version range 100.0.*, and the Magento 2.1.7 CE has the magento/module-import-export version at 100.1.4.

Is the module compatible with latest magento versions ?

biotech commented 7 years ago

Yes , it compatible and works with 2.1.7 , we still have to update and test composer file here. If you will follow manual installation process per readme - it will works great

pietervdr commented 7 years ago

I used the manual installation on 2.1.7 and I got the following errors: afbeelding

graffov87 commented 7 years ago

The module fixed. Please, upgrade module via Composer and check.