随笔分类 -  Python

摘要:1、在centos7环境中常规安装python3的话无法支持sqlite3,所以在安装pytho3是需要带上sqlite3库: 2、下载编译安装sqlite3 shell> wget https://www.sqlite.org/2018/sqlite-autoconf-3250300.tar.gz 阅读全文
posted @ 2025-03-28 11:49 龍龍小宝 阅读(255) 评论(0) 推荐(0)
摘要:###1 前言 在腾讯云上pip install sklearn时报这个错误,如下: File "/usr/local/python3/lib/python3.7/ctypes/__init__.py", line 7, in <module> from _ctypes import Union, 阅读全文
posted @ 2020-10-12 15:06 龍龍小宝 阅读(5366) 评论(0) 推荐(0)