I try to use interactive runner , providing “.exe” or “.py”.

I use in python 3.5/3.6/3.9/2, spyder, windows/linux, they all fail, which 
is shown below.
Can anyone help me? Thanks!
Resource of code, can download 
<https://husteducn-my.sharepoint.com/:f:/g/personal/chenguanbin_hust_edu_cn/En8Y_5ncBN1NoGYyfn5O4v4Br5dWOAv7eGQphUsaRzZTIw?e=mEbcCe[Resource
 
of code, can 
download](https://husteducn-my.sharepoint.com/:f:/g/personal/chenguanbin_hust_edu_cn/En8Y_5ncBN1NoGYyfn5O4v4Br5dWOAv7eGQphUsaRzZTIw?e=mEbcCe)>


```
using .exe
(py35) 
E:\scientific\sci_code\competition\20220409_codejam_2022_1A\B_jiaohu_run>python 
interactive_runner.py python3 testing_tool.py 0 -- B.exe
Traceback (most recent call last):
  File "interactive_runner.py", line 98, in <module>
    t_sol.join()
  File "C:\software\Anaconda3\envs\py35\lib\threading.py", line 1054, in 
join
    self._wait_for_tstate_lock()
  File "C:\software\Anaconda3\envs\py35\lib\threading.py", line 1070, in 
_wait_for_tstate_lock
    elif lock.acquire(block, timeout):
KeyboardInterrupt
```

```
using .py
(py35) 
E:\scientific\sci_code\competition\20220409_codejam_2022_1A\jiaohu>python 
interactive_runner.py python3 testing_tool.py 0 -- python3 my_solution.py

Judge return code: 9009
Solution return code: 9009
A solution finishing with exit code other than 0 (without exceeding time or 
memory limits) would be interpreted as a Runtime Error in the system.
```

```
(py27) 
E:\scientific\sci_code\competition\20220409_codejam_2022_1A\jiaohu>python 
interactive_runner.py python3 testing_tool.py 0 -- python3 
practice_2018_number_guessing.exe

Judge return code: 9009
Solution return code: 9009
A solution finishing with exit code other than 0 (without exceeding time or 
memory limits) would be interpreted as a Runtime Error in the system.
```

```
(py27) 
E:\scientific\sci_code\competition\20220409_codejam_2022_1A\jiaohu>python 
interactive_runner.py python3 testing_tool.py 0 -- 
practice_2018_number_guessing.exe
Traceback (most recent call last):
  File "interactive_runner.py", line 98, in <module>
    t_sol.join()
  File "C:\software\Anaconda3\envs\py27\lib\threading.py", line 940, in join
    self.__block.wait()
  File "C:\software\Anaconda3\envs\py27\lib\threading.py", line 340, in wait
    waiter.acquire()
KeyboardInterrupt
```

```

```
(py35) 
E:\scientific\sci_code\competition\20220409_codejam_2022_1A\jiaohu>pip list
DEPRECATION: Python 3.5 reached the end of its life on September 13th, 
2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 
21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove 
support for this functionality.
Package                       Version
----------------------------- ---------
backcall                      0.2.0
backports.functools-lru-cache 1.6.4
certifi                       2020.6.20
colorama                      0.4.4
decorator                     5.1.1
ipykernel                     4.10.0
ipython                       7.0.1
ipython-genutils              0.2.0
jedi                          0.12.1
jupyter-client                5.3.3
jupyter-core                  4.5.0
parso                         0.8.0
pickleshare                   0.7.5
pip                           20.3.4
prompt-toolkit                3.0.20
Pygments                      2.11.2
python-dateutil               2.8.2
pyzmq                         17.0.0
setuptools                    40.4.3
simplegeneric                 0.8.1
six                           1.16.0
tornado                       5.1.1
traitlets                     4.3.2
wcwidth                       0.2.5
wheel                         0.37.1
win-unicode-console           0.5
wincertstore                  0.2
```
(py27) 
E:\scientific\sci_code\competition\20220409_codejam_2022_1A\jiaohu>pip list
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. 
Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 
will drop support for Python 2.7 in January 2021. More details about Python 
2 support in pip, can be found at 
https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Package                            Version
---------------------------------- -------------------
backports-abc                      0.5
backports.functools-lru-cache      1.6.4
backports.shutil-get-terminal-size 1.0.0
certifi                            2020.6.20
click                              7.1.2
cloudpickle                        1.3.0
colorama                           0.4.4
configparser                       4.0.2
dask                               1.2.2
decorator                          5.1.0
distributed                        1.28.1
entrypoints                        0.3
enum34                             1.1.10
futures                            3.3.0
HeapDict                           1.0.1
ipykernel                          4.10.0
ipython                            5.8.0
ipython-genutils                   0.2.0
jupyter-client                     5.3.4
jupyter-core                       4.6.3
msgpack                            1.0.3
pathlib2                           2.3.5
pickleshare                        0.7.5
pip                                20.1.1
prompt-toolkit                     1.0.15
psutil                             5.9.0
Pygments                           2.5.2
python-dateutil                    2.8.2
pywin32                            227
PyYAML                             5.4.1
pyzmq                              19.0.0
scandir                            1.10.0
setuptools                         44.0.0.post20200102
simplegeneric                      0.8.1
singledispatch                     3.7.0
six                                1.16.0
sortedcontainers                   2.4.0
tblib                              1.7.0
toolz                              0.10.0
tornado                            5.1.1
traitlets                          4.3.3
wcwidth                            0.2.5
wheel                              0.37.1
win-unicode-console                0.5
wincertstore                       0.2
zict                               2.1.0
```

-- 
-- You received this message because you are subscribed to the Google Groups 
Code Jam group. To post to this group, send email to 
google-code@googlegroups.com. To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com. For more options, visit this group at 
https://groups.google.com/d/forum/google-code?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-code/b576bbc2-1ddc-49ef-a4ce-986789443e51n%40googlegroups.com.

Reply via email to