studio icon indicating copy to clipboard operation
studio copied to clipboard

Install Slack Drivers Problems

Open Jing-King opened this issue 6 years ago • 6 comments

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 request for react/stream (locked at v1.0.0) -> satisfiable by react/stream[v1.0.0]. - Installation request for react/event-loop (locked at v1.0.0) -> satisfiable by react/event-loop[v1.0.0]. - Conclusion: don't install mpociot/slack-client 1.1 - botman/driver-slack 2.1.0 requires mpociot/slack-client ~1.0 -> satisfiable by mpociot/slack-client[1.0, 1.1]. - botman/driver-slack 2.1.1 requires mpociot/slack-client ~1.0 -> satisfiable by mpociot/slack-client[1.0, 1.1]. - botman/driver-slack 2.1.2 requires mpociot/slack-client ~1.0 -> satisfiable by mpociot/slack-client[1.0, 1.1]. - botman/driver-slack 2.1.3 requires mpociot/slack-client ~1.0 -> satisfiable by mpociot/slack-client[1.0, 1.1]. - Conclusion: don't 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].

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

Jing-King avatar Oct 18 '18 16:10 Jing-King

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

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

Jing-King avatar Oct 18 '18 16:10 Jing-King

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

jorgv avatar Nov 20 '18 18:11 jorgv

downgrading react/stream to 0.7.7 solves the problem aparently

jorgv avatar Nov 20 '18 18:11 jorgv

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

ghost avatar Nov 28 '18 09:11 ghost

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.

andrevalentin avatar Jan 28 '19 15:01 andrevalentin

issue still there

johntiror avatar Mar 17 '19 18:03 johntiror