statonlab / tripaldock

Build a simple development environment for Tripal with Docker
GNU General Public License v3.0
1 stars 0 forks source link

install error: can only install one symfony/console #49

Closed bradfordcondon closed 5 years ago

bradfordcondon commented 6 years ago

undoubtedly a problem with my setup, this is on my desktop instead of laptop

  - statonlab/tripaldock 0.1.1 requires symfony/console ^3.3 -> satisfiable by symfony/console[v3.3.0, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.2, v3.4.3, v3.4.4, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
    - Can only install one of: symfony/console[v3.3.0, v3.2.4].
    - Can only install one of: symfony/console[v3.3.1, v3.2.4].
    - Can only install one of: symfony/console[v3.3.10, v3.2.4].
    - Can only install one of: symfony/console[v3.3.11, v3.2.4].
    - Can only install one of: symfony/console[v3.3.12, v3.2.4].
    - Can only install one of: symfony/console[v3.3.13, v3.2.4].
    - Can only install one of: symfony/console[v3.3.14, v3.2.4].
    - Can only install one of: symfony/console[v3.3.15, v3.2.4].
    - Can only install one of: symfony/console[v3.3.16, v3.2.4].
    - Can only install one of: symfony/console[v3.3.17, v3.2.4].
    - Can only install one of: symfony/console[v3.3.18, v3.2.4].
    - Can only install one of: symfony/console[v3.3.2, v3.2.4].
    - Can only install one of: symfony/console[v3.3.3, v3.2.4].
    - Can only install one of: symfony/console[v3.3.4, v3.2.4].
    - Can only install one of: symfony/console[v3.3.5, v3.2.4].
    - Can only install one of: symfony/console[v3.3.6, v3.2.4].
    - Can only install one of: symfony/console[v3.3.7, v3.2.4].
    - Can only install one of: symfony/console[v3.3.8, v3.2.4].
    - Can only install one of: symfony/console[v3.3.9, v3.2.4].
    - Can only install one of: symfony/console[v3.4.0, v3.2.4].
    - Can only install one of: symfony/console[v3.4.1, v3.2.4].
    - Can only install one of: symfony/console[v3.4.10, v3.2.4].
    - Can only install one of: symfony/console[v3.4.11, v3.2.4].
    - Can only install one of: symfony/console[v3.4.12, v3.2.4].
    - Can only install one of: symfony/console[v3.4.13, v3.2.4].
    - Can only install one of: symfony/console[v3.4.14, v3.2.4].
    - Can only install one of: symfony/console[v3.4.15, v3.2.4].
    - Can only install one of: symfony/console[v3.4.2, v3.2.4].
    - Can only install one of: symfony/console[v3.4.3, v3.2.4].
    - Can only install one of: symfony/console[v3.4.4, v3.2.4].
    - Can only install one of: symfony/console[v3.4.5, v3.2.4].
    - Can only install one of: symfony/console[v3.4.6, v3.2.4].
    - Can only install one of: symfony/console[v3.4.7, v3.2.4].
    - Can only install one of: symfony/console[v3.4.8, v3.2.4].
    - Can only install one of: symfony/console[v3.4.9, v3.2.4].
    - Installation request for symfony/console (locked at v3.2.4) -> satisfiable by symfony/console[v3.2.4].
almasaeed2010 commented 5 years ago

This is probably a conflict with your composer global config file having 2 packages that use Symfony.

You can always install tripaldock as a local composer package:

composer install statonlab/tripaldock

Then use ./vendor/bin/tripaldock new site_name