Details Installation module browsercookie

Experience when installing browsercookie a lot of problems, and now finally resolved, the next way to share, we hope to help you save some time

Download this archive on the web site:

https://pypi.org/project/browsercookie/#files
download, unzip, and then enter the unpacked directory, open cmd, enter the virtual environment you need to install the module, execute:

python setup.py install
then into the python environment, execute:

import browsercookie
see what modules suggested that the lack, on the implementation of pip install to install the corresponding module

pip install lz4
pip install keyring


pip install -i https://pypi.douban.com/simple/ pycryptodome

Reference: https://blog.csdn.net/yunwubanjian/article/details/90021852

Guess you like

Origin www.cnblogs.com/jiangsonglin/p/11866878.html