Skip to content
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

Manually installed dependencies, port number error #47

Open
anuragparida opened this issue Oct 28, 2018 · 0 comments
Open

Manually installed dependencies, port number error #47

anuragparida opened this issue Oct 28, 2018 · 0 comments

Comments

@anuragparida
Copy link

  • 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 run npm install cron because it was not downloaded automatically(see below)-
        CronIssue
      • Twisted - I had to run pip install twisted manually because python socket_server.py produced module error(see below)-
        TwistedIssue
      • Autobahn - I had to again run pip install autobahn for the same command python socket_server.py(see below)-
        AutobahnIssue
      • Serial - The serial module had to installed manually on my end (python read_serial.py)(see below)-
        SerialIssue
    • All these module errors must be addressed and files should be configured to get downloaded automatically.
  • Even after I had installed all the dependencies, running python read_serial.py gave the following error about port number, and there was no documentation to troubleshoot it. (see below)-
    PortIssue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant