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

[BUG] Add python version restrictions to installation section of the docs #43

Closed
grafuls opened this issue Jul 12, 2018 · 3 comments
Closed
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@grafuls
Copy link
Owner

grafuls commented Jul 12, 2018

No description provided.

@grafuls grafuls added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jul 12, 2018
@grafuls grafuls added this to the POC milestone Jul 12, 2018
@grafuls grafuls added bug Something isn't working and removed enhancement New feature or request labels Jul 12, 2018
@kedark3
Copy link

kedark3 commented Jul 12, 2018

I have encountered issues installing this package with python 2.7, sample traceback snippet:

Extracting disruption_generator-0.2.0-py2.7.egg to /home/kkulkarn/git/disruption_generator/venv/lib/python2.7/site-packages
  File "/home/kkulkarn/git/disruption_generator/venv/lib/python2.7/site-packages/disruption_generator-0.2.0-py2.7.egg/disruption_generator/cli.py", line 41
    async def execute(experiments_path):
            ^
SyntaxError: invalid syntax

  File "/home/kkulkarn/git/disruption_generator/venv/lib/python2.7/site-packages/disruption_generator-0.2.0-py2.7.egg/disruption_generator/disruption_generator.py", line 7
    async def main():
            ^
SyntaxError: invalid syntax

  File "/home/kkulkarn/git/disruption_generator/venv/lib/python2.7/site-packages/disruption_generator-0.2.0-py2.7.egg/disruption_generator/listener/alistener.py", line 20
    async def run_client(self, filepath, expression, timeout):
            ^
SyntaxError: invalid syntax

  File "/home/kkulkarn/git/disruption_generator/venv/lib/python2.7/site-packages/disruption_generator-0.2.0-py2.7.egg/disruption_generator/trigger/trigger.py", line 20
    async def run_client(self, cmd):
            ^
SyntaxError: invalid syntax

@pnovotny
Copy link
Collaborator

@kedark3 the project is supported only for Python 3.5+.

@grafuls
Copy link
Owner Author

grafuls commented Jul 13, 2018

This is being addressed here: #48
Result: https://disruption-generator.readthedocs.io/en/docs/installation.html

@grafuls grafuls self-assigned this Jul 13, 2018
@grafuls grafuls closed this as completed Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants