StorminStanley / st2workroom

Vagrant environment used to play with StackStorm, develop StackStorm for your environment, or develop on StackStorm itself!
Apache License 2.0
23 stars 21 forks source link

Pin pip version to < 8.0.0 #318

Closed m4dcoder closed 8 years ago

m4dcoder commented 8 years ago

The latest pip version causes some dependencies not to be upgraded.

Kami commented 8 years ago

Is it confirmed that this fixes the installation issue or not?

Kami commented 8 years ago

I checked the whole module, I believe this is not executing because we use refreshonly => true.

I will look into it.

Kami commented 8 years ago

Alright, I confirmed this branch now fixes the problem (ENV=current_working_directory DEBUG=1 bash install.sh -r fix-pip).

I will go ahead and merge it into master.

jfryman commented 8 years ago

https://stackstorm.slack.com/archives/stackstorm/p1453336648028711 👍