jeremyschulman / slack-click

Click support for Slack-Bolt Applications
Apache License 2.0
6 stars 1 forks source link

Unable to install via PIP #7

Closed minitriga closed 3 years ago

minitriga commented 3 years ago
(venv) agitting@dev:~/python/axians-ipfabric-bot-fastapi$ pip install slack-click
ERROR: Could not find a version that satisfies the requirement slack-click (from versions: none)
ERROR: No matching distribution found for slack-click

(venv) agitting@dev:~/python/axians-ipfabric-bot-fastapi$ pip install slack-click==2.0.0
ERROR: Could not find a version that satisfies the requirement slack-click==2.0.0 (from versions: none)
ERROR: No matching distribution found for slack-click==2.0.0

Not sure if its a pip problem or something on my machine yet

minitriga commented 3 years ago

Ignore this my python version was off