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

Docker image crashing #41

Closed
azfarhashmi opened this issue Nov 16, 2020 · 1 comment
Closed

Docker image crashing #41

azfarhashmi opened this issue Nov 16, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@azfarhashmi
Copy link

I tried the docker way with below config but its failing with errors.

script.py:

from slack_cleaner2 import * s = SlackCleaner('xoxp-xxxxxxxxxxxx-xxxxxxxxxxxx-xxxxxxxxxxxxx-xxxxxxxxxxxx') s.users

Resulted in:

Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.7/site-packages/slack_cleaner2/__init__.py", line 5, in <module> from .predicates import and_, or_, is_not_pinned, is_bot, match, is_name, match_text, match_user, is_member, by_user, by_users File "/usr/local/lib/python3.7/site-packages/slack_cleaner2/predicates.py", line 9, in <module> from .model import SlackUser File "/usr/local/lib/python3.7/site-packages/slack_cleaner2/model.py", line 11, in <module> import requests ModuleNotFoundError: No module named 'requests'

@azfarhashmi azfarhashmi added the bug Something isn't working label Nov 16, 2020
@sgratzl sgratzl self-assigned this Nov 17, 2020
@sgratzl
Copy link
Owner

sgratzl commented Nov 17, 2020

thx due to the latest changes in the underlying library, the requests dependency got missing, should be fixed in v3.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants