Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install via Composer on Magento 2.1.7 CE #15

Closed
atish2jcommerce opened this issue Jun 1, 2017 · 3 comments
Closed

Cannot install via Composer on Magento 2.1.7 CE #15

atish2jcommerce opened this issue Jun 1, 2017 · 3 comments

Comments

@atish2jcommerce
Copy link

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
Copy link
Member

biotech commented Jun 1, 2017

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
Copy link

pietervdr commented Aug 2, 2017

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

@graffov87
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants