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

Python 3 version? #92

Closed
dalanmiller opened this issue Apr 15, 2016 · 3 comments
Closed

Python 3 version? #92

dalanmiller opened this issue Apr 15, 2016 · 3 comments

Comments

@dalanmiller
Copy link

Currently python-slackclient is unable to install for Python 3.5.

$ pip install python-slackclient
Collecting python-slackclient
  Could not find a version that satisfies the requirement python-slackclient (from versions: )
No matching distribution found for python-slackclient

$ pip --version
pip 8.1.1 from /usr/local/lib/python3.5/site-packages (python 3.5)
@TheKevJames
Copy link

You should be using pip install slackclient.

@jammons jammons closed this as completed May 20, 2016
@imranfarid
Copy link

Can you help me with this?

$ pip install slackclient
Collecting slackclient
Could not find a version that satisfies the requirement slackclient (from versions: )
No matching distribution found for slackclient

$ pip --version
pip 6.1.1 from /Library/Python/2.7/site-packages (python 2.7)

@Roach
Copy link
Contributor

Roach commented Jun 11, 2018

Upgrade pip and try again

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

5 participants