Skip to content
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

Installing BitSwan Pump #173

Open
2 tasks
eliska-n opened this issue May 17, 2023 · 2 comments
Open
2 tasks

Installing BitSwan Pump #173

eliska-n opened this issue May 17, 2023 · 2 comments
Assignees

Comments

@eliska-n
Copy link
Collaborator

'asab>=20.7.28',

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.
@Zmrzka
Copy link

Zmrzka commented Sep 27, 2023

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

@ateska
Copy link
Contributor

ateska commented Sep 27, 2023

Python >3.7 support is still in alpha testing, not ready for public use as of Sep 2023.
Sorry.

Internally, it works well with Python 3.11 but the packaging is not done due to other priorities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants