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

Unable to list or run stress test - getting below error #2

Open
narendranss opened this issue Dec 28, 2017 · 1 comment
Open

Unable to list or run stress test - getting below error #2

narendranss opened this issue Dec 28, 2017 · 1 comment

Comments

@narendranss
Copy link

narendranss commented Dec 28, 2017

Unable to list or run stress test - getting error in python 3.6.1

C :\Users\naren>celery cyanide -l
Traceback (most recent call last):
File "c:\users\naren\appdata\local\programs\python\python36-32\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "c:\users\naren\appdata\local\programs\python\python36-32\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\naren\AppData\Local\Programs\Python\Python36-32\Scripts\celery.exe_main
.py", line 9, in
File "c:\users\naren\appdata\local\programs\python\python36-32\lib\site-packages\celery_main
.py", line 14, in main
_main()
File "c:\users\naren\appdata\local\programs\python\python36-32\lib\site-packages\celery\bin\celery.py", line 326, in main
cmd.execute_from_commandline(argv)
File "c:\users\naren\appdata\local\programs\python\python36-32\lib\site-packages\celery\bin\celery.py", line 488, in execute_from_commandline
super(CeleryCommand, self).execute_from_commandline(argv)))
File "c:\users\naren\appdata\local\programs\python\python36-32\lib\site-packages\celery\bin\base.py", line 281, in execute_from_commandline
return self.handle_argv(self.prog_name, argv[1:])
File "c:\users\naren\appdata\local\programs\python\python36-32\lib\site-packages\celery\bin\celery.py", line 480, in handle_argv
return self.execute(command, argv)
File "c:\users\naren\appdata\local\programs\python\python36-32\lib\site-packages\celery\bin\celery.py", line 412, in execute
).run_from_argv(self.prog_name, argv[1:], command=argv[0])
File "c:\users\naren\appdata\local\programs\python\python36-32\lib\site-packages\celery\bin\base.py", line 285, in run_from_argv
sys.argv if argv is None else argv, command)
File "c:\users\naren\appdata\local\programs\python\python36-32\lib\site-packages\celery\bin\base.py", line 368, in handle_argv
return self(*args, **options)
File "c:\users\naren\appdata\local\programs\python\python36-32\lib\site-packages\celery\bin\base.py", line 244, in call
ret = self.run(*args, **kwargs)
File "c:\users\naren\appdata\local\programs\python\python36-32\lib\site-packages\cyanide\bin\cyanide.py", line 20, in run
return self.run_suite(names, **options)
File "c:\users\naren\appdata\local\programs\python\python36-32\lib\site-packages\cyanide\bin\cyanide.py", line 30, in run_suite
).run(names, **options)
File "c:\users\naren\appdata\local\programs\python\python36-32\lib\site-packages\cyanide\suite.py", line 336, in run
tests = self.filtertests(group, names)[offset:numtests or None]
File "c:\users\naren\appdata\local\programs\python\python36-32\lib\site-packages\cyanide\suite.py", line 361, in filtertests
tests = self.groups[group]
KeyError: 'all'

@jxltom
Copy link
Contributor

jxltom commented Jul 3, 2018

It is because cyanide doesn't support python3 currently.

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

2 participants