floydhub/floyd-cli

Issue installing floyd-cli

AdamBCo opened this issue · 3 comments

I keep getting the following error when running the installation command:

I have included a gist of the errror logs: https://gist.github.com/AdamBCo/ee16fe5f5ba47aae7074925852ccf9d0

Hey @AdamBCo, Can you try installing the cli inside a virtualenv? That helps avoid version conflict issues. See our docs page for more info: http://docs.floydhub.com/faqs/installation/#using-virtualenv-to-install-floyd-cli

Closing for now, please reopen if you see this issue inside virtualenv. Alternatively you can also install globally by using sudo option:

sudo pip install -U floyd-cli

@narenst The virtualenv solution worked, so thank you for the help!