Giter VIP home page Giter VIP logo

Comments (5)

humoxian avatar humoxian commented on June 15, 2024 4

from eeqa.

Yonghao-Li avatar Yonghao-Li commented on June 15, 2024

I'm facing the same problem as you. How did you solve it?

from eeqa.

humoxian avatar humoxian commented on June 15, 2024

from eeqa.

myhcjwds avatar myhcjwds commented on June 15, 2024

OMG! I'm facing the same problem as you. How did you solve it?

from eeqa.

myhcjwds avatar myhcjwds commented on June 15, 2024

Please refer to these images on how to fix the JSONDecodeError. If you can't see the attached images, then simply change the Line 749 of parse_ace_event.py from g.write(json.dumps(js, default=int, indent = 4) + "\n") to g.write(json.dumps(js, default=int, indent = None) + "\n"). Best regards.

------------------ 原始邮件 ------------------ 发件人: "xinyadu/eeqa" @.>; 发送时间: 2022年5月6日(星期五) 上午9:50 @.>; @.@.>; 主题: Re: [xinyadu/eeqa] convert_example.py (Issue #14) I'm sorry to bother you,too. I didn't receive your specific operation.I think my description is inaccurate。 Traceback (most recent call last): &nbsp; File "scripts/data/ace-event/convert_examples.py", line 10, in <module&gt; &nbsp; &nbsp; line = json.loads(line) &nbsp; File "/root/miniconda3/lib/python3.7/json/init.py", line 348, in loads &nbsp; &nbsp; return _default_decoder.decode(s) &nbsp; File "/root/miniconda3/lib/python3.7/json/decoder.py", line 337, in decode &nbsp; &nbsp; obj, end = self.raw_decode(s, idx=_w(s, 0).end()) &nbsp; File "/root/miniconda3/lib/python3.7/json/decoder.py", line 353, in raw_decode &nbsp; &nbsp; obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 2 column 1 (char 2) I face the same JSONDecoderError as you did at the beginning. I hope your answer can help me。 Best wishes。 ------------------ 原始邮件 ------------------ 发件人: "xinyadu/eeqa" @.&gt;; 发送时间:&nbsp;2022年5月5日(星期四) 晚上8:37 @.&gt;; @.@.&gt;; 主题:&nbsp;Re: [xinyadu/eeqa] convert_example.py (Issue #14) 这样改:
------------------&amp;nbsp;原始邮件&amp;nbsp;------------------ 发件人: "xinyadu/eeqa" @.&amp;gt;; 发送时间:&amp;nbsp;2022年5月5日(星期四) 下午2:46 @.&amp;gt;; @.@.&amp;gt;; 主题:&amp;nbsp;Re: [xinyadu/eeqa] convert_example.py (Issue #14) I'm facing the same problem as you. How did you solve it? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.&amp;gt; — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.&gt; — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

I have solved it, thanks for your sharing!

from eeqa.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.