spade icon indicating copy to clipboard operation
spade copied to clipboard

where is documentation for 3.2.2

Open AbhimanyuAryan opened this issue 9 months ago • 0 comments

I can only find latest documentation. Not sure I can find docs for 3.2.2 and I see errors like these while trying to run examples:

python dummy.py
Traceback (most recent call last):
  File "/Users/abhi/Git/M-PROJECT/multiagents-transport/tmp/dummy.py", line 3, in <module>
    from spade import wait_until_finished
ImportError: cannot import name 'wait_until_finished' from 'spade' (/Users/abhi/miniconda3/envs/agents/lib/python3.9/site-packages/spade/__init__.py

AbhimanyuAryan avatar Apr 25 '24 03:04 AbhimanyuAryan