Git Product home page Git Product logo

Comments (6)

ZongXR avatar ZongXR commented on May 23, 2024

1、希望能列举依赖库
2、ryzen3600平台生成字典点击开始后崩溃

您好,请问崩溃是在怎样的情况下发生的呢?我又试了一下,并没有发生崩溃。

from archive-password-cracker.

ZongXR avatar ZongXR commented on May 23, 2024

1、希望能列举依赖库
2、ryzen3600平台生成字典点击开始后崩溃

requirements.txt依赖文件已添加

from archive-password-cracker.

Jason-xy avatar Jason-xy commented on May 23, 2024

执行requirements.txt遇到以下问题:
ERROR: Could not find a version that satisfies the requirement pyqt5-tools==5.13.0.1.5 (from -r requirements.txt (line 87)) (from versions: 5.11.3.1.6rc1, 5.12.3.1.6rc1, 5.13.2.1.6rc1, 5.14.0.1.7b3, 5.14.0.1.7, 5.14.1.1.7b3, 5.14.1.1.7, 5.14.2.1.7b2, 5.14.2.1.7b3, 5.14.2.1.7, 5.15.0.1.7) ERROR: No matching distribution found for pyqt5-tools==5.13.0.1.5 (from -r requirements.txt (line 87))
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==2.1.0 (from -r requirements.txt (line 115)) (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.3.0rc0, 2.3.0rc1) ERROR: No matching distribution found for tensorflow-gpu==2.1.0 (from -r requirements.txt (line 115))
ERROR: Could not find a version that satisfies the requirement torch==1.4.0 (from -r requirements.txt (line 121)) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2) ERROR: No matching distribution found for torch==1.4.0 (from -r requirements.txt (line 121))
更换版本后前两个问题解决,最后一个torch==0.1.2、torchvision==0.5.0无法安装

执行main.exe中的密码生成闪退。

from archive-password-cracker.

ZongXR avatar ZongXR commented on May 23, 2024

执行requirements.txt遇到以下问题:
ERROR: Could not find a version that satisfies the requirement pyqt5-tools==5.13.0.1.5 (from -r requirements.txt (line 87)) (from versions: 5.11.3.1.6rc1, 5.12.3.1.6rc1, 5.13.2.1.6rc1, 5.14.0.1.7b3, 5.14.0.1.7, 5.14.1.1.7b3, 5.14.1.1.7, 5.14.2.1.7b2, 5.14.2.1.7b3, 5.14.2.1.7, 5.15.0.1.7) ERROR: No matching distribution found for pyqt5-tools==5.13.0.1.5 (from -r requirements.txt (line 87))
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==2.1.0 (from -r requirements.txt (line 115)) (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.3.0rc0, 2.3.0rc1) ERROR: No matching distribution found for tensorflow-gpu==2.1.0 (from -r requirements.txt (line 115))
ERROR: Could not find a version that satisfies the requirement torch==1.4.0 (from -r requirements.txt (line 121)) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2) ERROR: No matching distribution found for torch==1.4.0 (from -r requirements.txt (line 121))
更换版本后前两个问题解决,最后一个torch==0.1.2、torchvision==0.5.0无法安装

执行main.exe中的密码生成闪退。

你执行main.py报什么错?
pytorch这个库与本项目无关,可以不安装。

from archive-password-cracker.

Jason-xy avatar Jason-xy commented on May 23, 2024
  1. 程序启动正常
  2. 勾选小写字母程密码生成正常
  3. 勾选小写字母+大写字母密码生成崩溃
    报错如下:
Traceback (most recent call last):
  File "C:\Users\Jason\Desktop\Archive-password-cracker\MainWindow.py", line 233, in on_export_dict
    self.progress_export.setMaximum(self.export_dict_thread.get_batch_count() + 1)
OverflowError: argument 1 overflowed: value must be in the range -2147483648 to 2147483647

看起来像是爆int了

from archive-password-cracker.

striker520 avatar striker520 commented on May 23, 2024

导出字典全选字符时,最大长度8位就会崩溃,估计是整数溢出了,建议优化一下

from archive-password-cracker.

Related Issues (13)

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.