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

Improve repo's compatibility with windows #55

Open
4 tasks
ryankortbeek opened this issue Feb 16, 2022 · 1 comment
Open
4 tasks

Improve repo's compatibility with windows #55

ryankortbeek opened this issue Feb 16, 2022 · 1 comment
Labels
bug Something isn't working medium priority Ideal to have functionality

Comments

@ryankortbeek
Copy link
Member

Bug Description

The current env.sh and update.sh scripts are only compatible with unix-like operating systems. The signal python module that is used in several places in the repository is also not used in a manner that is compatible with windows (e.g., comm.py). This task entails resolving both these issues:

  • Rewrite env.sh and update.sh scripts to be compatible with windows
    • Update documentation to reference the correct script based on the OS that a reader is using
  • Fix or remove usage of the signal python module (details can be found here
    • Find an alternative module that provides the same functionality
@ryankortbeek ryankortbeek added bug Something isn't working medium priority Ideal to have functionality labels Feb 16, 2022
@jmmabanta
Copy link
Contributor

Since the introduction of docker-compose in #92, these compatibility issues should be fixed since everything is running under a linux docker container. Should still be verified with a fresh copy of this repo on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working medium priority Ideal to have functionality
Projects
None yet
Development

No branches or pull requests

2 participants