You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ hivemind-cli
Traceback (most recent call last):
File "/home/ovos/.venv/bin/hivemind-cli", line 33, in <module>
sys.exit(load_entry_point('HiveMind-cli==0.5.0a1', 'console_scripts', 'hivemind-cli')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ovos/.venv/bin/hivemind-cli", line 25, in importlib_load_entry_point
return next(matches).load()
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 202, in load
module = import_module(match.group('module'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/home/ovos/.venv/lib/python3.11/site-packages/hivemind_cli_terminal/__main__.py", line 1, in <module>
from hivemind_presence import LocalDiscovery
ModuleNotFoundError: No module named 'hivemind_presence'
importing manually:
$ python
Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from hivemind_presence import LocalDiscovery
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'hivemind_presence'
>>> from HiveMind_presence import LocalDiscovery
>>>
The text was updated successfully, but these errors were encountered:
Ramblurr
added a commit
to Ramblurr/HiveMind-presence
that referenced
this issue
Sep 12, 2023
Installed packages:
trying to run hivemind-cli:
importing manually:
The text was updated successfully, but these errors were encountered: