tychxn / jd-assistant

京东抢购助手:包含登录,查询商品库存/价格,添加/清空购物车,抢购商品(下单),查询订单等功能
MIT License
5.17k stars 1.92k forks source link

无法找到Crypto模块(No module named 'Crypto') #180

Open Elise-Asaloria opened 3 years ago

Elise-Asaloria commented 3 years ago

PS C:\Users\Yukari\Downloads\jd-assistantV2-master> python.exe .\Qianggou.txt Traceback (most recent call last): File ".\Qianggou.txt", line 1, in from jd_assistant import Assistant File "C:\Users\Yukari\Downloads\jd-assistantV2-master\jd_assistant.py", line 18, in from util import ( File "C:\Users\Yukari\Downloads\jd-assistantV2-master\util.py", line 13, in from Crypto.PublicKey import RSA ModuleNotFoundError: No module named 'Crypto' PS C:\Users\Yukari\Downloads\jd-assistantV2-master>

huaisha1224 commented 3 years ago

pip install pycryptodome pip install crypto pip install pycrypto 安装一下

877801363 commented 2 years ago

找到crypto目录,然后把小写的C改成大写的C即可