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

Support/instructions for Pipx install #128

Open
distefam opened this issue Sep 12, 2019 · 1 comment
Open

Support/instructions for Pipx install #128

distefam opened this issue Sep 12, 2019 · 1 comment

Comments

@distefam
Copy link

I use pipx to manage Python executables on my system and would like to use it to install Sclack. I tried running the following command in Pipx:
pipx install --include-deps --spec git+https://github.com/haskellcamargo/sclack.git sclack which seemed to have worked, however, it installed Sclack as a binary in my path ~/.local/bin named app.py rather than sclack and when I attempt to run app.py (which is exposed on my path) I get the following errors:

Traceback (most recent call last):
  File "/home/michael/.local/bin/app.py", line 14, in <module>
    from sclack.components import Attachment, Channel, ChannelHeader, ChatBox, Dm
  File "/home/michael/.local/pipx/venvs/sclack/lib/python3.7/site-packages/sclack/components.py", line 11, in <module>
    from .markdown import MarkdownText
  File "/home/michael/.local/pipx/venvs/sclack/lib/python3.7/site-packages/sclack/markdown.py", line 3, in <module>
    from .store import Store
  File "/home/michael/.local/pipx/venvs/sclack/lib/python3.7/site-packages/sclack/store.py", line 1, in <module>
    from slackclient import SlackClient
ModuleNotFoundError: No module named 'slackclient'
@FIGBERT
Copy link

FIGBERT commented Oct 18, 2020

Seems like this would be fixed by #115 – what's the status on that?

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

2 participants