Created temporary directory: /tmp/pip-ephem-wheel-cache-xmlqfsp_ Created temporary directory: /tmp/pip-req-tracker-nsu09hlu Created requirements tracker '/tmp/pip-req-tracker-nsu09hlu' Created temporary directory: /tmp/pip-wheel-9hvl6022 Collecting paypal-checkout-serversdk==1.0.0 1 location(s) to search for versions of paypal-checkout-serversdk: * https://pypi.org/simple/paypal-checkout-serversdk/ Getting page https://pypi.org/simple/paypal-checkout-serversdk/ Analyzing links from page https://pypi.org/simple/paypal-checkout-serversdk/ Found link https://files.pythonhosted.org/packages/25/22/fbe32e1adc70775907cef4fc2145329a47257b01b02427fc177dadacc4a1/paypal-checkout-serversdk-1.0.0.tar.gz#sha256=958573735c42be4edf1023c108db3da464280964abf48cab1e0d69af9918911f (from https://pypi.org/simple/paypal-checkout-serversdk/), version: 1.0.0 Skipping link https://files.pythonhosted.org/packages/d5/4f/89c9eb56cda724393db8c7600957da287ed97269466377a166e4aecb2b9e/paypal_checkout_serversdk-1.0.0-py2-none-any.whl#sha256=e529fb2b5361baa3b4d8ce4024fcf3a4e79cc66feaad41bdf0b28a4aded5774c (from https://pypi.org/simple/paypal-checkout-serversdk/); it is not compatible with this Python Using version 1.0.0 (newest of versions: 1.0.0) Created temporary directory: /tmp/pip-unpack-24gah6q9 Downloading https://files.pythonhosted.org/packages/25/22/fbe32e1adc70775907cef4fc2145329a47257b01b02427fc177dadacc4a1/paypal-checkout-serversdk-1.0.0.tar.gz (90kB) Downloading from URL https://files.pythonhosted.org/packages/25/22/fbe32e1adc70775907cef4fc2145329a47257b01b02427fc177dadacc4a1/paypal-checkout-serversdk-1.0.0.tar.gz#sha256=958573735c42be4edf1023c108db3da464280964abf48cab1e0d69af9918911f (from https://pypi.org/simple/paypal-checkout-serversdk/) Added paypal-checkout-serversdk==1.0.0 from https://files.pythonhosted.org/packages/25/22/fbe32e1adc70775907cef4fc2145329a47257b01b02427fc177dadacc4a1/paypal-checkout-serversdk-1.0.0.tar.gz#sha256=958573735c42be4edf1023c108db3da464280964abf48cab1e0d69af9918911f to build tracker '/tmp/pip-req-tracker-nsu09hlu' Running setup.py (path:/tmp/pip-wheel-9hvl6022/paypal-checkout-serversdk/setup.py) egg_info for package paypal-checkout-serversdk Running command python setup.py egg_info running egg_info creating pip-egg-info/paypal_checkout_serversdk.egg-info writing top-level names to pip-egg-info/paypal_checkout_serversdk.egg-info/top_level.txt writing pip-egg-info/paypal_checkout_serversdk.egg-info/PKG-INFO writing requirements to pip-egg-info/paypal_checkout_serversdk.egg-info/requires.txt writing dependency_links to pip-egg-info/paypal_checkout_serversdk.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/paypal_checkout_serversdk.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/paypal_checkout_serversdk.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/paypal_checkout_serversdk.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-9hvl6022/paypal-checkout-serversdk has version 1.0.0, which satisfies requirement paypal-checkout-serversdk==1.0.0 from https://files.pythonhosted.org/packages/25/22/fbe32e1adc70775907cef4fc2145329a47257b01b02427fc177dadacc4a1/paypal-checkout-serversdk-1.0.0.tar.gz#sha256=958573735c42be4edf1023c108db3da464280964abf48cab1e0d69af9918911f Removed paypal-checkout-serversdk==1.0.0 from https://files.pythonhosted.org/packages/25/22/fbe32e1adc70775907cef4fc2145329a47257b01b02427fc177dadacc4a1/paypal-checkout-serversdk-1.0.0.tar.gz#sha256=958573735c42be4edf1023c108db3da464280964abf48cab1e0d69af9918911f from build tracker '/tmp/pip-req-tracker-nsu09hlu' Building wheels for collected packages: paypal-checkout-serversdk Created temporary directory: /tmp/pip-wheel-qe6rxj67 Running setup.py bdist_wheel for paypal-checkout-serversdk: started Destination directory: /tmp/pip-wheel-qe6rxj67 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-9hvl6022/paypal-checkout-serversdk/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/pip-wheel-qe6rxj67 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/paypalcheckoutsdk copying paypalcheckoutsdk/__init__.py -> build/lib/paypalcheckoutsdk copying paypalcheckoutsdk/config.py -> build/lib/paypalcheckoutsdk creating build/lib/paypalcheckoutsdk/payments copying paypalcheckoutsdk/payments/captures_get_request.py -> build/lib/paypalcheckoutsdk/payments copying paypalcheckoutsdk/payments/authorizations_void_request.py -> build/lib/paypalcheckoutsdk/payments copying paypalcheckoutsdk/payments/authorizations_get_request.py -> build/lib/paypalcheckoutsdk/payments copying paypalcheckoutsdk/payments/captures_refund_request.py -> build/lib/paypalcheckoutsdk/payments copying paypalcheckoutsdk/payments/__init__.py -> build/lib/paypalcheckoutsdk/payments copying paypalcheckoutsdk/payments/refunds_get_request.py -> build/lib/paypalcheckoutsdk/payments copying paypalcheckoutsdk/payments/authorizations_reauthorize_request.py -> build/lib/paypalcheckoutsdk/payments copying paypalcheckoutsdk/payments/authorizations_capture_request.py -> build/lib/paypalcheckoutsdk/payments creating build/lib/paypalcheckoutsdk/orders copying paypalcheckoutsdk/orders/orders_patch_request.py -> build/lib/paypalcheckoutsdk/orders copying paypalcheckoutsdk/orders/orders_capture_request.py -> build/lib/paypalcheckoutsdk/orders copying paypalcheckoutsdk/orders/__init__.py -> build/lib/paypalcheckoutsdk/orders copying paypalcheckoutsdk/orders/orders_authorize_request.py -> build/lib/paypalcheckoutsdk/orders copying paypalcheckoutsdk/orders/orders_validate_request.py -> build/lib/paypalcheckoutsdk/orders copying paypalcheckoutsdk/orders/orders_get_request.py -> build/lib/paypalcheckoutsdk/orders copying paypalcheckoutsdk/orders/orders_create_request.py -> build/lib/paypalcheckoutsdk/orders creating build/lib/paypalcheckoutsdk/core copying paypalcheckoutsdk/core/paypal_http_client.py -> build/lib/paypalcheckoutsdk/core copying paypalcheckoutsdk/core/access_token.py -> build/lib/paypalcheckoutsdk/core copying paypalcheckoutsdk/core/util.py -> build/lib/paypalcheckoutsdk/core copying paypalcheckoutsdk/core/refresh_token_request.py -> build/lib/paypalcheckoutsdk/core copying paypalcheckoutsdk/core/access_token_request.py -> build/lib/paypalcheckoutsdk/core copying paypalcheckoutsdk/core/environment.py -> build/lib/paypalcheckoutsdk/core copying paypalcheckoutsdk/core/__init__.py -> build/lib/paypalcheckoutsdk/core installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/paypalcheckoutsdk creating build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/payments copying build/lib/paypalcheckoutsdk/payments/captures_get_request.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/payments copying build/lib/paypalcheckoutsdk/payments/authorizations_void_request.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/payments copying build/lib/paypalcheckoutsdk/payments/authorizations_get_request.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/payments copying build/lib/paypalcheckoutsdk/payments/captures_refund_request.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/payments copying build/lib/paypalcheckoutsdk/payments/__init__.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/payments copying build/lib/paypalcheckoutsdk/payments/refunds_get_request.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/payments copying build/lib/paypalcheckoutsdk/payments/authorizations_reauthorize_request.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/payments copying build/lib/paypalcheckoutsdk/payments/authorizations_capture_request.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/payments creating build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/orders copying build/lib/paypalcheckoutsdk/orders/orders_patch_request.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/orders copying build/lib/paypalcheckoutsdk/orders/orders_capture_request.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/orders copying build/lib/paypalcheckoutsdk/orders/__init__.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/orders copying build/lib/paypalcheckoutsdk/orders/orders_authorize_request.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/orders copying build/lib/paypalcheckoutsdk/orders/orders_validate_request.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/orders copying build/lib/paypalcheckoutsdk/orders/orders_get_request.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/orders copying build/lib/paypalcheckoutsdk/orders/orders_create_request.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/orders copying build/lib/paypalcheckoutsdk/__init__.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk creating build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/core copying build/lib/paypalcheckoutsdk/core/paypal_http_client.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/core copying build/lib/paypalcheckoutsdk/core/access_token.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/core copying build/lib/paypalcheckoutsdk/core/util.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/core copying build/lib/paypalcheckoutsdk/core/refresh_token_request.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/core copying build/lib/paypalcheckoutsdk/core/access_token_request.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/core copying build/lib/paypalcheckoutsdk/core/environment.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/core copying build/lib/paypalcheckoutsdk/core/__init__.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk/core copying build/lib/paypalcheckoutsdk/config.py -> build/bdist.linux-armv7l/wheel/paypalcheckoutsdk running install_egg_info running egg_info writing paypal_checkout_serversdk.egg-info/PKG-INFO writing requirements to paypal_checkout_serversdk.egg-info/requires.txt writing dependency_links to paypal_checkout_serversdk.egg-info/dependency_links.txt writing top-level names to paypal_checkout_serversdk.egg-info/top_level.txt reading manifest file 'paypal_checkout_serversdk.egg-info/SOURCES.txt' writing manifest file 'paypal_checkout_serversdk.egg-info/SOURCES.txt' Copying paypal_checkout_serversdk.egg-info to build/bdist.linux-armv7l/wheel/paypal_checkout_serversdk-1.0.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/paypal_checkout_serversdk-1.0.0.dist-info/WHEEL creating '/tmp/pip-wheel-qe6rxj67/paypal_checkout_serversdk-1.0.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'paypalcheckoutsdk/__init__.py' adding 'paypalcheckoutsdk/config.py' adding 'paypalcheckoutsdk/core/__init__.py' adding 'paypalcheckoutsdk/core/access_token.py' adding 'paypalcheckoutsdk/core/access_token_request.py' adding 'paypalcheckoutsdk/core/environment.py' adding 'paypalcheckoutsdk/core/paypal_http_client.py' adding 'paypalcheckoutsdk/core/refresh_token_request.py' adding 'paypalcheckoutsdk/core/util.py' adding 'paypalcheckoutsdk/orders/__init__.py' adding 'paypalcheckoutsdk/orders/orders_authorize_request.py' adding 'paypalcheckoutsdk/orders/orders_capture_request.py' adding 'paypalcheckoutsdk/orders/orders_create_request.py' adding 'paypalcheckoutsdk/orders/orders_get_request.py' adding 'paypalcheckoutsdk/orders/orders_patch_request.py' adding 'paypalcheckoutsdk/orders/orders_validate_request.py' adding 'paypalcheckoutsdk/payments/__init__.py' adding 'paypalcheckoutsdk/payments/authorizations_capture_request.py' adding 'paypalcheckoutsdk/payments/authorizations_get_request.py' adding 'paypalcheckoutsdk/payments/authorizations_reauthorize_request.py' adding 'paypalcheckoutsdk/payments/authorizations_void_request.py' adding 'paypalcheckoutsdk/payments/captures_get_request.py' adding 'paypalcheckoutsdk/payments/captures_refund_request.py' adding 'paypalcheckoutsdk/payments/refunds_get_request.py' adding 'paypal_checkout_serversdk-1.0.0.dist-info/METADATA' adding 'paypal_checkout_serversdk-1.0.0.dist-info/WHEEL' adding 'paypal_checkout_serversdk-1.0.0.dist-info/top_level.txt' adding 'paypal_checkout_serversdk-1.0.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for paypal-checkout-serversdk: finished with status 'done' Stored in directory: /tmp/tmptf86ot2d Successfully built paypal-checkout-serversdk Cleaning up... Removing source in /tmp/pip-wheel-9hvl6022/paypal-checkout-serversdk Removed build tracker '/tmp/pip-req-tracker-nsu09hlu'