-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
- The application is supposed to handle its dependencies on its own and download the required modules, but-
- 4 dependencies had to be installed manually before the process could start-
Cron- I had to runnpm install cronbecause it was not downloaded automatically(see below)-
Twisted- I had to runpip install twistedmanually becausepython socket_server.pyproduced module error(see below)-
Autobahn- I had to again runpip install autobahnfor the same commandpython socket_server.py(see below)-
Serial- Theserialmodule had to installed manually on my end (python read_serial.py)(see below)-
- All these module errors must be addressed and files should be configured to get downloaded automatically.
- 4 dependencies had to be installed manually before the process could start-
- Even after I had installed all the dependencies, running
python read_serial.pygave the following error about port number, and there was no documentation to troubleshoot it. (see below)-
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels




