botman / studio

Ready to use BotMan + Laravel framework
331 stars 90 forks source link

Install Slack Drivers Problems #73

Open Jing-King opened 5 years ago

Jing-King commented 5 years ago

This was a clean install of botman studio.

php artisan botman:install-driver slack

Installing driver "Slack" Using version ^2.1 for botman/driver-slack

./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

Installation failed, reverting ./composer.json to its original content. Error installing driver "Slack"

Jing-King commented 5 years ago

If anyone wants to get around this problem you can install an older version of botman studio.

composer create-project botman/studio="1.2.*"

jorgv commented 5 years ago

is there any update on this issue? still happens on a clean installation of botman studio 2.4.1

jorgv commented 5 years ago

downgrading react/stream to 0.7.7 solves the problem aparently

ghost commented 5 years ago

Same for me with this message :

Problem 1

  • Conclusion: don't install botman/driver-slack 2.1.3
  • Conclusion: don't install botman/driver-slack 2.1.2
  • Conclusion: don't install botman/driver-slack 2.1.1
  • Conclusion: don't install mpociot/slack-client 1.0
  • Conclusion: don't install react/stream v1.0.0|install mpociot/slack-client 1.0
  • Conclusion: don't install botman/driver-slack 2.1.3|remove react/stream v1.0.0|install mpociot/slack-client 1.0
  • Conclusion: don't install botman/driver-slack 2.1.3|don't install react/stream v1.0.0|install mpociot/slack-client 1.0
  • Conclusion: don't install botman/driver-slack 2.1.2|remove react/stream v1.0.0|install mpociot/slack-client 1.0
  • Conclusion: don't install botman/driver-slack 2.1.2|don't install react/stream v1.0.0|install mpociot/slack-client 1.0
  • Conclusion: don't install botman/driver-slack 2.1.1|remove react/stream v1.0.0|install mpociot/slack-client 1.0
  • Conclusion: don't install botman/driver-slack 2.1.1|don't install react/stream v1.0.0|install mpociot/slack-client 1.0
  • Installation request for botman/driver-slack ^2.1 -> satisfiable by botman/driver-slack[2.1.0, 2.1.1, 2.1.2, 2.1.3].
  • Conclusion: remove react/stream v1.0.0|install mpociot/slack-client 1.0
  • botman/driver-slack 2.1.0 requires mpociot/slack-client ~1.0 -> satisfiable by mpociot/slack-client[1.0, 1.1, 1.2.0].
  • mpociot/slack-client 1.1 requires mpociot/phpws ^2.0 -> satisfiable by mpociot/phpws[2.0, 2.0.1].
  • mpociot/slack-client 1.2.0 requires mpociot/phpws ^2.0 -> satisfiable by mpociot/phpws[2.0, 2.0.1].
  • mpociot/phpws 2.0 requires react/stream ^0.7.5 -> satisfiable by react/stream[v0.7.5, v0.7.6, v0.7.7].
  • mpociot/phpws 2.0.1 requires react/stream ^0.7.5 -> satisfiable by react/stream[v0.7.5, v0.7.6, v0.7.7].
  • Can only install one of: react/stream[v0.7.5, v1.0.0].
  • Can only install one of: react/stream[v0.7.6, v1.0.0].
  • Can only install one of: react/stream[v0.7.7, v1.0.0].
  • Installation request for react/stream (locked at v1.0.0) -> satisfiable by react/stream[v1.0.0].
andrevalentin commented 5 years ago

Can third this, it's still an issue today with a fresh install of botman studio, it won't let you install the slack driver. EDIT: I can confirm, that by adding "react/stream": "0.7.7" to your composer file, you will be able to install the Slack driver.

johntiror commented 5 years ago

issue still there