-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
also, if you build from the source the |
nvm i was being stoooopid. i used ws:\ instead of ws:// |
Had the same problem. As a workaround you can This will give you hivemind-cli (in lowercase letters, the current README is not up to date either) |
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'
The text was updated successfully, but these errors were encountered: