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

pip install not working #15

Open
schotti1001 opened this issue Sep 26, 2023 · 3 comments
Open

pip install not working #15

schotti1001 opened this issue Sep 26, 2023 · 3 comments

Comments

@schotti1001
Copy link

When i am trying to install via the provided pip command everything seems fine, but when i execute
HiveMind-cli --help

i get this error. Am i missing something?

Traceback (most recent call last): File "/home/mschotte/.local/bin/HiveMind-cli", line 5, in <module> from cli_satellite.__main__ import main File "/home/mschotte/.local/lib/python3.8/site-packages/cli_satellite/__init__.py", line 2, in <module> from jarbas_utils.log import LOG ModuleNotFoundError: No module named 'jarbas_utils'

@qnlbnsl
Copy link

qnlbnsl commented Oct 27, 2023

also, if you build from the source the --name argument is missing which then crashes the cli as well.

@qnlbnsl
Copy link

qnlbnsl commented Oct 29, 2023

also, if you build from the source the --name argument is missing which then crashes the cli as well.

nvm i was being stoooopid. i used ws:\ instead of ws://
Also, need to ensure that the hivemind dire under you XDG CONFIG (likely ~/.config) is present or else it will give you an error about not being able to find a .asc file

@neatbasis
Copy link

neatbasis commented Jan 23, 2024

Had the same problem. As a workaround you can pip install git+https://github.com/JarbasHiveMind/[email protected] to get the latest release as of now, which is not currently available in PyPI

This will give you hivemind-cli (in lowercase letters, the current README is not up to date either)

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