Closed mashirozx closed 6 years ago
# pip3 install lulu Collecting lulu Using cached lulu-0.3.2-py2.py3-none-any.whl Collecting cryptography==2.1.4 (from lulu) Using cached cryptography-2.1.4-cp36-cp36m-manylinux1_x86_64.whl Collecting beautifulsoup4==4.6.0 (from lulu) Using cached beautifulsoup4-4.6.0-py3-none-any.whl Collecting cffi>=1.7; platform_python_implementation != "PyPy" (from cryptography==2.1.4->lulu) Using cached cffi-1.11.4-cp36-cp36m-manylinux1_x86_64.whl Requirement already satisfied: six>=1.4.1 in /usr/lib/python3/dist-packages (from cryptography==2.1.4->lulu) Collecting asn1crypto>=0.21.0 (from cryptography==2.1.4->lulu) Using cached asn1crypto-0.24.0-py2.py3-none-any.whl Requirement already satisfied: idna>=2.1 in /usr/lib/python3/dist-packages (from cryptography==2.1.4->lulu) Collecting pycparser (from cffi>=1.7; platform_python_implementation != "PyPy"->cryptography==2.1.4->lulu) Using cached pycparser-2.18.tar.gz Building wheels for collected packages: pycparser Running setup.py bdist_wheel for pycparser ... error Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-wfxfxr7m/pycparser/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp8ja2m6ivpip-wheel- --python-tag cp36: usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: -c --help [cmd1 cmd2 ...] or: -c --help-commands or: -c cmd --help error: invalid command 'bdist_wheel' ---------------------------------------- Failed building wheel for pycparser Running setup.py clean for pycparser Failed to build pycparser Installing collected packages: pycparser, cffi, asn1crypto, cryptography, beautifulsoup4, lulu Running setup.py install for pycparser ... done Successfully installed asn1crypto-0.24.0 beautifulsoup4-4.6.0 cffi-1.11.4 cryptography-2.1.4 lulu-0.3.2 pycparser-2.18
不知是否算安装成功?
# pip3 install setuptools
不知是否算安装成功?