Coder Social home page Coder Social logo

Comments (3)

ZhouXiaoLiu avatar ZhouXiaoLiu commented on May 27, 2024

我也是这个问题,楼主目前解决了吗

from jd-assistant.

ZhouXiaoLiu avatar ZhouXiaoLiu commented on May 27, 2024

这个错误是因为在代码中使用了Python 2的旧的语法,在Python 3中会导致语法错误。

在Python 2中,整数字面值后面的L用于指示长整数(long integer)。而在Python 3中,整数字面值不再需要后缀L来表示长整数。因此,在这个代码片段中,0xffffffffL应该被简化为0xffffffff。
说白了这个三方库用的py2语法,也不知道为啥标注的用的python3环境,这个项目可能老久没有维护了,要用得靠自己改了

from jd-assistant.

qingyuchan avatar qingyuchan commented on May 27, 2024

所有的Crypto删除,重新安装下pycryptodome库

from jd-assistant.

Related Issues (20)

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.