PyPi version vs GitHub version
goldyfruit opened this issue · 1 comments
goldyfruit commented
When I install ovos-bus-client
0.0.2 from PyPi I got the error below but not when I install it from GitHub.
File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_bus_client/__init__.py", line 14, in <module>
from ovos_bus_client.client.client import MessageBusClient
File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_bus_client/client/__init__.py", line 14, in <module>
from .client import MessageBusClient, MessageWaiter, MessageCollector
File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_bus_client/client/client.py", line 2, in <module>
from ovos_bus_client.util import create_echo_function
File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_bus_client/util/__init__.py", line 18, in <module>
from mycroft_bus_client.util import *
File "<frozen importlib._bootstrap>", line 1229, in _handle_fromlist
File "<frozen importlib._bootstrap>", line 1225, in _handle_fromlist
TypeError: Item in mycroft_bus_client.util.__all__ must be str, not type
I think ovos-bus-client
should be updated with the latest commit on PyPi.