提问人:sam99sam 提问时间:11/9/2023 最后编辑:sam99sam 更新时间:11/9/2023 访问量:15
Pysqlcipher3:错误 [WinError 3] 系统在执行命令 pip subprocess 安装构建依赖项时找不到指定的路径
Pysqlcipher3 : Error [WinError 3] The system cannot find the path specified while executing command pip subprocess to install build dependencies
问:
当我在命令提示符下运行此命令时
出现此错误。pip3 install pysqlcipher3
Collecting pysqlcipher3
Using cached pysqlcipher3-1.2.0.tar.gz (102 kB)
ERROR: Error [WinError 3] The system cannot find the path specified while executing command pip subprocess to install build dependencies
Installing build dependencies ... error
ERROR: Could not install packages due to an OSError: [WinError 3] The system cannot find the path specified
我想我无法在我的 win 10 上遵守 sqlcipher
我已经安装了
Win64OpenSSL的
活动Tcl-8.6.9.8609.2-MSWin32-x64
Visual Studio(视觉工作室)
我在youtube上尝试过这个教程
https://www.youtube.com/watch?v=SFHGeetZ0po
并成功完成了所有步骤,但我仍然无法使用 pip 安装它 我正在使用 pycharm 进行编码 我想要的只是导入库
import pysqlcipher3.dbapi2 as sqlite
并使用我的加密数据库
答: 暂无答案
评论