Python学习
2024-04-18
vscode 创建python模版
在使用visualstudiocode时,编写基python代码,础的代码可以直接通过python模版快速写出,下面就是vscode创建python模版
经验与学习 55
2024-04-17
python load .env
python等代码通过.env配置文件,常见的有通过扩展方法直接load还有就是自定义函数形式,下面直接说下两种
Python 67
2024-04-03
Your system has an unsupported version of sqlite3. Chroma requires sq
ubuntu在安装AIGPTRAG文档代码过程中出现了,下面的错误Yoursystemhasanunsupportedversionofsqlite3.Chromarequiressqlite3&gt
Python 68
2024-04-02
ImportError: cannot import name 'Mapping' from 'collections'
在调用python3.10flask应用扩展时,遇到了ImportError:cannotimportname'Mapping'from'collections'Att
Python 65
2024-04-02
uvicorn 多线程运行python Fastapi
uvicorn启动Python应用程序的命令,可以启动多线程命令,可以是Flask或者FastAPI程序
Python 190
2024-03-24
conda 常用命令
annaconda多软件版本扩展管理软件,比如python,node等
Python 48
2024-03-22
python 函数正则获取tag 内容
python通过正则获取tag内容,直接看下面函数
Python 63
2024-03-15
python代码获取扩展版本
在写代码过程中遇到了python版本升级后接口不一致的情况,需要通过版本判断版本去适配请求的参数。
Python 73
2024-03-14
pip install慢
在使用pythonpip安装扩展时很慢,由于源是国外的,所以很慢,下面我们说下解决方法:
Python 58
2024-03-13
RuntimeError: Your system has an unsupported version of sqlite3. Chrom
RuntimeError:Yoursystemhasanunsupportedversionofsqlite3.Chromarequiressqlite3>=3.35.0.
Python 57
2024-03-12
[unixODBC][Driver Manager]Can't open lib 'ODBC Driver 1X for SQL Serv
mac,linux,ubuntu,连接,mssqlserver,数据库,微软,驱动
数据库 55
2024-03-12
mac python 连接ms sql server
在windowpython,连接mssqlserver2008很容易,在macos下,经过了几次努力才成功,把过程记录下来
Python 78
2024-03-04
ModuleNotFoundError: No module named 'readline'
ModuleNotFoundError:Nomodulenamed'readline'
Python 43
2024-03-04
ModuleNotFoundError: No module named '_ctypes'
ModuleNotFoundError:Nomodulenamed'_ctypes'
Python 47
2024-03-04
ubuntu多版本python环境/虚拟环境共存
ubunt多版本python并存,虚拟环境并存,可以分为3个部分,我们逐步说一说ubuntupython多版本/虚拟环境并存
Linux 65