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
When installing the bspump, asab 21.something is being installed, which is superobsolete and makes absolutely no sense.
It is even funnier that when I install some modern asab and then pip install bspump, it reinstalls the modern asab to the obsolete one.
There should be:
asab release - finally
some documentation that helps people to keep up to date - imagine I am someone who read some cool posts about asab and stream analytics and I want to try it out. But I can never get through installation without insider info. Even with new asab release, asab will always be a bit ahead and there should be some notes on how to overcome this.
The text was updated successfully, but these errors were encountered:
actualy installing this software is realy cool experience on deb 12 and latest python, pip install bspump outright crashes.
When installed via git than i get asab 21.11
there is incompatibility with python 3.10 so you cant eaven start up the framework.. File "/root/my-virtual-env./lib/python3.11/site-packages/asab/application.py", line 121, in __init__ self._stop_event = asyncio.Event(loop=self.Loop) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Event.__init__() got an unexpected keyword argument 'loop'
thats something removed in python 3.10
BitSwanPump/setup.py
Line 78 in 2d92b5a
When installing the bspump, asab
21.something
is being installed, which is superobsolete and makes absolutely no sense.It is even funnier that when I install some modern asab and then pip install bspump, it reinstalls the modern asab to the obsolete one.
There should be:
The text was updated successfully, but these errors were encountered: