C:\ >pip install crawley
Collecting crawley
Using cached https://files.pythonhosted.org/packages/4c/02/5fc35151842c449300f0ddf53dab6ed906809b0300f7c31022dd51b4f2b7/crawley-0.2.4.tar.gz
Requirement already satisfied: lxml in c:\users\iamlu\appdata\roaming\python\python36\site-packages (from crawley) (4.2.5)
Requirement already satisfied: eventlet in c:\users\iamlu\appdata\local\programs\python\python36\lib\site-packages (from crawley) (0.24.1)
Requirement already satisfied: elixir in c:\users\iamlu\appdata\local\programs\python\python36\lib\site-packages (from crawley) (0.7.1)
Requirement already satisfied: pyquery in c:\users\iamlu\appdata\local\programs\python\python36\lib\site-packages (from crawley) (1.4.0)
Requirement already satisfied: dnspython>=1.15.0 in c:\users\iamlu\appdata\local\programs\python\python36\lib\site-packages (from eventlet->crawley) (1.16.0)
Requirement already satisfied: six>=1.10.0 in c:\users\iamlu\appdata\local\programs\python\python36\lib\site-packages (from eventlet->crawley) (1.11.0)
Requirement already satisfied: greenlet>=0.3 in c:\users\iamlu\appdata\local\programs\python\python36\lib\site-packages (from eventlet->crawley) (0.4.15)
Requirement already satisfied: monotonic>=1.4 in c:\users\iamlu\appdata\local\programs\python\python36\lib\site-packages (from eventlet->crawley) (1.5)
Requirement already satisfied: SQLAlchemy>=0.4.0 in c:\users\iamlu\appdata\local\programs\python\python36\lib\site-packages (from elixir->crawley) (1.2.15)
Requirement already satisfied: cssselect>0.7.9 in c:\users\iamlu\appdata\roaming\python\python36\site-packages (from pyquery->crawley) (1.0.3)
Building wheels for collected packages: crawley
Running setup.py bdist_wheel for crawley ... error
Complete output from command c:\users\iamlu\appdata\local\programs\python\python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\iamlu\\AppData\\Local\\Temp\\pip-install-11z_uq2z\\crawley\\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 C:\Users\iamlu\AppData\Local\Temp\pip-wheel-ctyd07eu --python-tag cp36:
running bdist_wheel
running build
running build_py
creating build
creating build\lib
。。。。
字符太多,此处为省略
。。。。
creating build\lib\crawley\persistance\documents
copying crawley\persistance\documents\csv_doc.py -> build\lib\crawley\persistance\documents
copying crawley\persistance\documents\json.py -> build\lib\crawley\persistance\documents
copying crawley\persistance\documents\meta.py -> build\lib\crawley\persistance\documents
copying crawley\persistance\documents\xml.py -> build\lib\crawley\persistance\documents
copying crawley\persistance\documents\__init__.py -> build\lib\crawley\persistance\documents
creating build\lib\crawley\utils\collections
copying crawley\utils\collections\custom_dict.py -> build\lib\crawley\utils\collections
copying crawley\utils\collections\ordered_dict.py -> build\lib\crawley\utils\collections
copying crawley\utils\collections\__init__.py -> build\lib\crawley\utils\collections
running egg_info
writing crawley.egg-info\PKG-INFO
writing dependency_links to crawley.egg-info\dependency_links.txt
writing requirements to crawley.egg-info\requires.txt
writing top-level names to crawley.egg-info\top_level.txt
reading manifest file 'crawley.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'crawley.egg-info\SOURCES.txt'
error: Error: setup script specifies an absolute path:
C:\Users\iamlu\AppData\Local\Temp\pip-install-11z_uq2z\crawley\crawley\conf\templates\config.tm
setup() arguments must *always* be /-separated paths relative to the
setup.py directory, *never* absolute paths.
----------------------------------------
Command "c:\users\iamlu\appdata\local\programs\python\python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\iamlu\\AppData\\Local\\Temp\\pip-install-11z_uq2z\\crawley\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\iamlu\AppData\Local\Temp\pip-record-yyjefzb0\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\iamlu\AppData\Local\Temp\pip-install-11z_uq2z\crawley\