We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
>>> import asyncio >>> from aiotasks import build_manager, send_task Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name 'send_task' from 'aiotasks' (/usr/local/lib/python3.7/site-packages/aiotasks/__init__.py)
checking my version
bash-4.4# pip list | grep aiotasks aiotasks 1.0.0
The distribution on my local does not have this function from source: https://github.com/cr0hn/aiotasks/blob/master/aiotasks/tasks/bases.py#L404
when i do a cat /usr/local/lib/python3.7/site-packages/aiotasks/tasks/bases.py
cat /usr/local/lib/python3.7/site-packages/aiotasks/tasks/bases.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
checking my version
The distribution on my local does not have this function from source: https://github.com/cr0hn/aiotasks/blob/master/aiotasks/tasks/bases.py#L404
when i do a
cat /usr/local/lib/python3.7/site-packages/aiotasks/tasks/bases.py
The text was updated successfully, but these errors were encountered: