Giter Club home page Giter Club logo

Comments (4)

RytheX0o0 avatar RytheX0o0 commented on August 16, 2024 1

Thanks it's working now -
image

Thanks for your time
Rythex

from ghauri.

Bornunique911 avatar Bornunique911 commented on August 16, 2024

Did you use the guideline mentioned here (#119 (comment)) for the installation procedure?

from ghauri.

RytheX0o0 avatar RytheX0o0 commented on August 16, 2024

Yes, I had been using ghauri for more than 1 year suddenly this happened I even tried gpt and nothing happened, I want to let you know that I am using parrot OS, please let me know if there is anything I can do with..!

from ghauri.

Bornunique911 avatar Bornunique911 commented on August 16, 2024

Can you please share the exact version of python3? Because I am using Kali Linux and I didn't face any issue like that you mentioned.
Or you can use the following fix :

In Python 3.11, JSONDecodeError has been moved to the json module from the simplejson module. If you're encountering an ImportError with this message, it suggests that your code is trying to import JSONDecodeError from simplejson, which is not available in Python 3.11.

To fix this error, you need to update your code to import JSONDecodeError from the json module instead of simplejson. Here's how you can do it:

Before:

from simplejson import JSONDecodeError

After:

from json import JSONDecodeError

By making this change, your code will import JSONDecodeError from the json module, which is available in Python 3.11. Make sure to check other parts of your code where JSONDecodeError might be used and update them accordingly.

from ghauri.

Related Issues (20)

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.