Skip to content

Installation Issue with Magento 2.1.0 CE #108

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

Closed
atishgoswami opened this issue Jul 5, 2016 · 6 comments
Closed

Installation Issue with Magento 2.1.0 CE #108

atishgoswami opened this issue Jul 5, 2016 · 6 comments

Comments

@atishgoswami
Copy link

I am getting error while installing the data migration tool on the latest Magento 2.1.0

composer require magento/data-migration-tool

Getting the following error.

./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
    - Conclusion: don't install magento/data-migration-tool 2.0.0
    - Conclusion: remove magento/framework 100.1.0
    - Conclusion: don't install magento/framework 100.1.0
    - Installation request for magento/data-migration-tool * -> satisfiable by magento/data-migration-tool[2.0.0].
    - Conclusion: don't install magento/framework 100.1.0
    - magento/data-migration-tool 2.0.0 requires magento/framework ~100.0.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].
    - Can only install one of: magento/framework[100.1.0, 100.0.2].
    - Can only install one of: magento/framework[100.1.0, 100.0.3].
    - Can only install one of: magento/framework[100.1.0, 100.0.4].
    - Can only install one of: magento/framework[100.1.0, 100.0.5].
    - Can only install one of: magento/framework[100.1.0, 100.0.6].
    - Can only install one of: magento/framework[100.1.0, 100.0.7].
    - Can only install one of: magento/framework[100.1.0, 100.0.8].
    - Can only install one of: magento/framework[100.1.0, 100.0.9].
    - Can only install one of: magento/framework[100.1.0, 100.0.2].
    - Can only install one of: magento/framework[100.1.0, 100.0.3].
    - Can only install one of: magento/framework[100.1.0, 100.0.4].
    - Can only install one of: magento/framework[100.1.0, 100.0.5].
    - Can only install one of: magento/framework[100.1.0, 100.0.6].
    - Can only install one of: magento/framework[100.1.0, 100.0.7].
    - Can only install one of: magento/framework[100.1.0, 100.0.8].
    - Can only install one of: magento/framework[100.1.0, 100.0.9].
    - Installation request for magento/framework (locked at 100.1.0) -> satisfiable by magento/framework[100.1.0].

Seems like the for the magento/framework version needs to be updated for the composer.json of the package for the Magento 2.1 install.

Thanks

@csdougliss
Copy link

@atishgoswami It's not compatible yet:

#97

@ilol
Copy link

ilol commented Jul 7, 2016

@atishgoswami @craigcarnell we have finished adaption to 2.1 and are preparing MT release

@victor-v-rad
Copy link
Collaborator

Please try again. Now it should work

@abdul-ghaffar
Copy link

I am also facing issues while installing the data migration tool on the latest Magento 2.1.0

composer require magento/data-migration-tool
me getting following error

ivcib

@victor-v-rad
Copy link
Collaborator

victor-v-rad commented Jul 15, 2016

Try with https
composer config repositories.magento composer https://repo.magento.com
composer require magento/data-migration-tool:2.1.0

@victor-v-rad
Copy link
Collaborator

victor-v-rad commented Jul 15, 2016

Internal issue MAGETWO-55436

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

5 participants