QingdaoU / OnlineJudge

Open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | admin@qduoj.com
http://opensource.qduoj.com/
MIT License
5.93k stars 1.46k forks source link

Add Python3 pandas extension library of the oj judger Failed #398

Closed IsaacHumera closed 2 years ago

IsaacHumera commented 2 years ago

I would like to add Python3 pandas extension library of the oj judger,I have tried to edit the oj-judger docker image and installed the pandas extension to python3. It was normal when I ran the Python3 code using pandas extension , but when I submit it on the oj , it turn out to be "Runtime Error" ,and the signal turned from "0"(didn't install pandas) to "31"(installed pandas) (ps: the extension installed included python3-pandas(by apt-get) and pandas(by pip)) I would appreciate it a lot if you could help me Sincerely.

Chinese Version (translated by google translater) 我想添加oj judger的Python3 pandas扩展库,我已尝试编辑oj judger docker 镜像并将pandas扩展安装到Python3。 当我使用pandas扩展运行Python3代码时,这是正常的,但当我在oj上提交它时,结果是“运行时错误”,信号从“0”(未安装pandas)变为“31”(已安装pandas) (注:安装的扩展包括python3 pandas(apt get)和pandas(pip)) 如果你能帮助我,我将不胜感激 真诚地