ianding1 / leetcode.vim

Solve LeetCode problems in Vim!
MIT License
311 stars 43 forks source link

Is there a way to work with system browser-cookie3? #39

Closed roachsinai closed 4 years ago

roachsinai commented 4 years ago

OS: Manjaro

browser-cookie3 was installed by yay -S python-browser-cookie3.

The run command pip install keyring browser-cookie3 --user get:

hmank ~ » pip install keyring browser-cookie3 --user
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
Requirement already satisfied: keyring in /usr/lib/python3.8/site-packages (21.2.0)
Requirement already satisfied: browser-cookie3 in /usr/lib/python3.8/site-packages (0.11.0)
Requirement already satisfied: SecretStorage>=3 in /usr/lib/python3.8/site-packages (from keyring) (3.1.2)
Requirement already satisfied: jeepney>=0.4.2 in /usr/lib/python3.8/site-packages (from keyring) (0.4.3)
Requirement already satisfied: cryptography in /usr/lib/python3.8/site-packages (from SecretStorage>=3->keyring) (2.8)
Requirement already satisfied: six>=1.4.1 in /usr/lib/python3.8/site-packages (from cryptography->SecretStorage>=3->keyring) (1.14.0)
Requirement already satisfied: cffi!=1.11.3,>=1.8 in /usr/lib/python3.8/site-packages (from cryptography->SecretStorage>=3->keyring) (1.14.0)
Requirement already satisfied: pycparser in /usr/lib/python3.8/site-packages (from cffi!=1.11.3,>=1.8->cryptography->SecretStorage>=3->keyring) (2.20)

When run command LeetCodeList in Vim got:

image

roachsinai commented 4 years ago

Found import browser-cookie3 get error, should install python-pycryptodome.

gWOLF3 commented 4 years ago

Im having same issue, what was the solution?