INCF / MUSIC

MUSIC, the MUltiSimulation Coordinator
GNU General Public License v3.0
37 stars 37 forks source link

AttributeError: module 'music' has no attribute 'Setup' #75

Open NDNsLab opened 1 year ago

NDNsLab commented 1 year ago

Hi, i recently installed music and when i run the examples on pymusic it gives me this error.

I.e. receivers.py file

setup = music.Setup() AttributeError: module 'music' has no attribute 'Setup'

mdjurfeldt commented 1 year ago

Many thanks for this bug report.

Please try out commit fcf97666 and tell me if that resolves your problem.