JarbasHiveMind / HiveMind-cli

OpenVoiceOS Remote CLI
Apache License 2.0
7 stars 7 forks source link

pypi release outdated #10

Open LeoLTM opened 2 years ago

LeoLTM commented 2 years ago

Everytime I try to install the HiveMind-cli on my Pi 0 W, this happens:

Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/jarbas-utils/

EDIT: I replaced all the "jarbas-utils" lines with "ovos-utils", but now I get:


  File "/usr/local/bin/HiveMind-cli", line 10, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.7/dist-packages/cli_satellite/__main__.py", line 59, in main
    args.name, args.access_key, args.crypto_key)
  File "/usr/local/lib/python3.7/dist-packages/cli_satellite/__main__.py", line 18, in connect_to_hivemind
    useragent=useragent)
  File "/usr/local/lib/python3.7/dist-packages/cli_satellite/__init__.py", line 24, in __init__
    super().__init__(*args, **kwargs)
TypeError: __init__() got multiple values for argument 'crypto_key'```
ChanceNCounter commented 2 years ago

What versions are you getting of the various HiveMind packages? I can't find any remaining references to jarbas-utils. This repo's only dep is HiveMind itself, which was migrated to OVOS-utils in December.

ChanceNCounter commented 2 years ago

Nevermind, I see the problem. We're way outdated on pypi. Thank you kindly for the report!