Git Product home page Git Product logo

Comments (1)

dfvips avatar dfvips commented on September 16, 2024

系统版本:Linux ip-172-31-0-40.ap-east-1.compute.internal 5.10.118-111.515.amzn2.x86_64 #1 SMP Wed May 25 22:12:19 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
成功安装记录:
python版本:3.9.8(其他版本没测试,3.11.1还会遇到其他错误)
按照文档的配置安装:

wget https://www.python.org/ftp/python/3.9.8/Python-3.9.8.tgz
tar -zxvf Python-3.9.8.tgz
cd Python-3.9.8/
./configure --prefix=/usr/local/python398
make&make install
ln -sf /usr/local/python398/bin/python3 /usr/bin/python398
ln -sf /usr/local/python398/bin/pip3 /usr/bin/pip398
git clone https://github.com/RockChinQ/QChatGPT
pip398 install pymysql yiri-mirai openai colorlog func_timeout
cd /QChatGPT
python398 main.py init_db

编辑一下配置config.py

python398 main.py
vim main.py 

最后运行

python398 main.py

最终如图。
image

完成。

from qchatgpt.

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.