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

Install using composer fails for 0.74-beta4 #1187

Closed
dali-marka opened this issue Apr 14, 2015 · 10 comments
Closed

Install using composer fails for 0.74-beta4 #1187

dali-marka opened this issue Apr 14, 2015 · 10 comments

Comments

@dali-marka
Copy link

when attempting to install magento2 using composer, I hit a dependency problem with magento/module-sales-sequence (Problems 2 and 3 below)

> composer create-project magento/product-community-edition magento2 -s dev --prefer-dist
Installing magento/product-community-edition (dev-master 00eeec7864e8c54c2a7772846597ab013248e2e1)
  - Installing magento/product-community-edition (dev-master master)
    Downloading: 100%         

Created project in magento2
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested PHP extension ext-intl * is missing from your system.
  Problem 2
    - Installation request for magento/module-sales-sequence 0.74.0-beta4 -> satisfiable by magento/module-sales-sequence[0.74.0-beta4].
    - magento/module-sales-sequence 0.74.0-beta4 requires magento/magento-composer-installer 0.74.0-beta4 -> no matching package found.
  Problem 3
    - magento/module-sales-sequence 0.74.0-beta4 requires magento/magento-composer-installer 0.74.0-beta4 -> no matching package found.
    - magento/module-sales 0.74.0-beta4 requires magento/module-sales-sequence 0.74.0-beta4 -> satisfiable by magento/module-sales-sequence[0.74.0-beta4].
    - Installation request for magento/module-sales 0.74.0-beta4 -> satisfiable by magento/module-sales[0.74.0-beta4].
Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see https://github.com/magento/magento2/blob/0.74.0-beta4/app/code/Magento/SalesSequence/composer.json#L7<https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

the issue is due to this incorrect dependency declaration for that module : https://github.com/magento/magento2/blob/0.74.0-beta4/app/code/Magento/SalesSequence/composer.json#L7 . it should a "*" as opposed to a specific version.

PR coming with a fix.

@therouv
Copy link
Contributor

therouv commented Apr 15, 2015

PR already sent in #1186

@choukalos
Copy link

Tag to @tanya-soroka to look keep tabs on from a product side.

@vpelipenko
Copy link
Contributor

@dali-marka, we are going to process #1186 ASAP where this issue is already fixed.

@dali-marka
Copy link
Author

Thanks for the quick reply!

@vpelipenko
Copy link
Contributor

@dali-marka, PR #1186 was merged. Please, verify the issue again.

@jeff-99
Copy link

jeff-99 commented Apr 17, 2015

composer create-project magento/product-community-edition magento2 -s dev --prefer-dist
Installing magento/product-community-edition (dev-master 00eeec7864e8c54c2a7772846597ab013248e2e1)
  - Installing magento/product-community-edition (dev-master master)
    Downloading: 100%         

Created project in magento2
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for magento/module-sales-sequence 0.74.0-beta4 -> satisfiable by magento/module-sales-sequence[0.74.0-beta4].
    - magento/module-sales-sequence 0.74.0-beta4 requires magento/magento-composer-installer 0.74.0-beta4 -> no matching package found.
  Problem 2
    - magento/module-sales-sequence 0.74.0-beta4 requires magento/magento-composer-installer 0.74.0-beta4 -> no matching package found.
    - magento/module-sales 0.74.0-beta4 requires magento/module-sales-sequence 0.74.0-beta4 -> satisfiable by magento/module-sales-sequence[0.74.0-beta4].
    - Installation request for magento/module-sales 0.74.0-beta4 -> satisfiable by magento/module-sales[0.74.0-beta4].

I'm also getting the error. 

@vpelipenko
Copy link
Contributor

@dali-marka, @jeff-99, sorry for confusing, this issue should be fixed for 0.74-beta5.

@vpelipenko
Copy link
Contributor

@dali-marka, @jeff-99, could you check the issue again on the latest version?

@dali-marka
Copy link
Author

@vpelipenko This install problem is solved in beta6

@vpelipenko
Copy link
Contributor

Ok. We close the issue.

magento-team pushed a commit that referenced this issue Jun 13, 2017
magento-team pushed a commit that referenced this issue Mar 5, 2018
…nd session expired #1187

 - Merge Pull Request magento-engcom/magento2ce#1187 from RomaKis/magento2ce:7515
 - Merged commits:
   1. 9bb3dd3
magento-team pushed a commit that referenced this issue Mar 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants