Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issue #7

Open
jchang28 opened this issue Jun 12, 2015 · 2 comments
Open

Installation issue #7

jchang28 opened this issue Jun 12, 2015 · 2 comments

Comments

@jchang28
Copy link

Hi Brandon,

Need some help with installation - I've followed your instructions, but I'm not getting any feedback/response from slackbot, but I do get some output from the terminal:

Have you seen this message before and is there some way to verify if the installation is correct? (I'm not familiar with python).

Thanks,

Jeff
slackbot_workout_ python _100x55

Jef

@brandonshin
Copy link
Owner

Hey Jeff, there were some changes to the code and instructions (It wasn't clear that the base url had to be different, but that should be accounted for in the new config.json file). Try pulling the latest from master and see if it works now!

In regards to the error message it seems like it might be an issue with either the version of python or the version of requests that was installed.

This may be of help.
http://stackoverflow.com/questions/29099404/ssl-insecureplatform-error-when-using-requests-package

Let me know how it goes.

@slinlee
Copy link

slinlee commented Oct 6, 2015

@brandonshin the Stackoverflow link helped for me. Thanks.

Specifically, I needed to do these steps:

  1. sudo apt-get install python-dev libffi-dev libssl-dev
  2. pip install requests[security]
  3. start a new session

I'm on Python 2.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants