Cannot run sandbox.py for some reason?

Hello,

its saying when trying to run just the sandbox portion of the code that it cannot find the bell module, even though using pip it looks like its installed. Any ideas?

Thanks in advance!

Sorry I didn’t see this earlier. You’re using the Bell library, but there are a few dependencies that are optional. In your requirements.txt file for the Sandbox module, change the line to be:

bell-avr-libraries[mqtt,serial]==0.1.9

to include the optional serial dependencies.