56 lines
1.2 KiB
Markdown
56 lines
1.2 KiB
Markdown
|
Auoscanx1ryV2.0文档
|
|||
|
|
|||
|
|
|||
|
|
|||
|
查看 当前虚拟环境 mamba env list
|
|||
|
|
|||
|
创建虚拟环境 pymamba create -n pymain-dev python=3.8 -y
|
|||
|
激活环境 mamba activate pymain-dev
|
|||
|
|
|||
|
查看包 pip list
|
|||
|
安装包 pip install -r requirements.txt
|
|||
|
|
|||
|
#导出包方法 python -m pip freeze > requirements.txt
|
|||
|
|
|||
|
虚拟环境路径
|
|||
|
pymain-dev C:\condas\envs\pymain-dev
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
1. 清除缓存并重新下载依赖
|
|||
|
确保你的依赖是最新的,可以使用以下命令:
|
|||
|
|
|||
|
cargo clean
|
|||
|
cargo update
|
|||
|
|
|||
|
2. 重新编译
|
|||
|
|
|||
|
最后,重新编译你的项目:
|
|||
|
|
|||
|
cargo build
|
|||
|
|
|||
|
3. 运行项目
|
|||
|
|
|||
|
如果编译成功,可以运行项目:
|
|||
|
|
|||
|
cargo run
|
|||
|
|
|||
|
4. 确保权限
|
|||
|
|
|||
|
在某些情况下,Windows 10 可能会对某些操作(如模拟鼠标点击)进行限制。确保你的程序有足够的权限运行。你可以尝试以管理员身份运行命令提示符或 PowerShell,然后再运行 cargo run。
|
|||
|
在终端中运行 cargo run 来编译和运行
|
|||
|
|
|||
|
|
|||
|
|
|||
|
把sc.txt 文件 复制到以下目录 C:\pytest\Auoscanx1ryV2.0\target\debug
|
|||
|
|
|||
|
|
|||
|
|
|||
|
.\Auoscanx1ryV2.exe
|