-
Notifications
You must be signed in to change notification settings - Fork 100
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
Spade support for Python 3.8.1 #80
Comments
Hi |
However, having a start and a stop in a row may be too fast. Try introducing a sleep between them, or the common:
|
Before opening this issue I also tried the second example present in "Quick Start Guide". It seems to adopt the above mentioned pattern, but the example code still doesn't work with python 3.8.1, while (I've tried and) it works with python 3.7.6. It won't go ahead from here. |
hello guys, How can I broadcast messages using spade in a multi-agent system? can you please give me some sample code in python (SPADE)? |
Description
I'm a beginner with Spade and I was trying to follow the Quick start guide. In particular I was trying to make my first
dummyagent.py
work (wherepassword
is a.py
file with variablemy
containing my correct password):So I installed the latest version of Python 3.8.1, created a virtual environment and installed Spade 3.4.1 through
pipenv
.Then when I launched
python dummyagent.py
nothing happened. It seems that the process freezes and the agent won't start (no "Hello World" expected message will be printed.)Launching that
dummyagent.py
should print the above mentioned message.What I Did
I created a folder
test
in which i put thedummyagent.py
and thepassword.py
.The last command will never write
Hello World ...
The text was updated successfully, but these errors were encountered: