Code Monkey home page Code Monkey logo

chatgpt_conversations_to_markdown's Issues

not working

not working

C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown>python -m venv venv

C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown>venv\Scripts\activate

(venv) C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown>C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown\export chatGPT\conversations.jso
'C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown\export' is not recognized as an internal or external command,
operable program or batch file.

(venv) C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown>python json_to_markdown.py
C:\Python311\python.exe: can't open file 'C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown\json_to_markdown.py': [Errno 2] No such file or directory

(venv) C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown>python json_to_markdown.py
C:\Python311\python.exe: can't open file 'C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown\json_to_markdown.py': [Errno 2] No such file or directory

(venv) C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown>python json_to_markdown.py
Traceback (most recent call last):
File "C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown\json_to_markdown.py", line 6, in
from tqdm import tqdm
ModuleNotFoundError: No module named 'tqdm'

(venv) C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown>pip3 install tqdm
Collecting tqdm
Using cached tqdm-4.65.0-py3-none-any.whl (77 kB)
Collecting colorama
Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Installing collected packages: colorama, tqdm
Successfully installed colorama-0.4.6 tqdm-4.65.0

[notice] A new release of pip available: 22.3 -> 23.1.2
[notice] To update, run: python.exe -m pip install --upgrade pip

(venv) C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown>python json_to_markdown.py
Traceback (most recent call last):
File "C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown\json_to_markdown.py", line 62, in
main()
File "C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown\json_to_markdown.py", line 42, in main
config = read_json_file(config_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown\json_to_markdown.py", line 10, in read_json_file
data = json.load(file)
^^^^^^^^^^^^^^^
File "C:\Python311\Lib\json_init_.py", line 293, in load
return loads(fp.read(),
^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
^^^^^^^^^^^^^^^^^^^^^^
json.decoder.JSONDecodeError: Invalid \escape: line 5 column 20 (char 117)

(venv) C:\Users\djtlm\Documents\GitHub\ChatGPT_Conversations_To_Markdown>

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.