RasaHQ / rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
https://rasa.com/docs/rasa/
Apache License 2.0
18.33k stars 4.57k forks source link

Install Errors #2789

Closed Btibert3 closed 5 years ago

Btibert3 commented 5 years ago
**Rasa Core version**:0.12.2 **Python version**: 3.5 **Operating system** (windows, osx, ...): osx **Issue**: I am trying to start from a clean environment, using conda and python 3.6. I haven't had issues installing rasa into environments in the past, and I know that there was a latest update, but now I am not sure where to go from here. ``` conda create -n rasabot python=3.6 conda activate rasabot pip install rasa_core ``` results in an error, which is pasted in full below: ``` (/Users/btibert/anaconda3) Brocks-MacBook-Pro-2:chatbot-dec18 btibert$ conda activate rasabot (rasabot) Brocks-MacBook-Pro-2:chatbot-dec18 btibert$ pip install rasa_core Collecting rasa_core Using cached https://files.pythonhosted.org/packages/67/8f/dd7143dd6920460fa2c806b2413b0acf6120357374fe0a4e100f2dbec27c/rasa_core-0.12.2-py2.py3-none-any.whl Collecting coloredlogs~=10.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/08/0f/7877fc42fff0b9d70b6442df62d53b3868d3a6ad1b876bdb54335b30ff23/coloredlogs-10.0-py2.py3-none-any.whl Collecting python-telegram-bot~=10.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/f1/51/d1bd383522c12b313eddd7b97b8e7d6cd2a8e3b44b8ff3c88e4a7b045cc8/python_telegram_bot-10.1.0-py2.py3-none-any.whl Collecting prompt-toolkit==1.0.14 (from rasa_core) Using cached https://files.pythonhosted.org/packages/ee/3d/b25d35a9f0d381dd1c02d8e04b37c353caaaff4bc32150328eeebe4931f5/prompt_toolkit-1.0.14-py3-none-any.whl Collecting jsonpickle~=0.9.0 (from rasa_core) Collecting tensorflow==1.10.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/9d/68/48b43857933875ae0a7a149d1e66dbdbef62a4a571da4c0c88c1311fdb5b/tensorflow-1.10.0-cp36-cp36m-macosx_10_11_x86_64.whl Collecting webexteamssdk~=1.0 (from rasa_core) Collecting mattermostwrapper~=2.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/93/70/203660597d12788e958dd691aa11c3c29caa075eadb2ce94d2eb53099d1b/mattermostwrapper-2.1-py2.py3-none-any.whl Collecting pykwalify<=1.6.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/6e/59/55c32d59b462a9c3fae2ab25f179f91d61617c0215e9f8ba3f4966b2b8b1/pykwalify-1.6.0-py2.py3-none-any.whl Collecting pika~=0.11.2 (from rasa_core) Using cached https://files.pythonhosted.org/packages/76/b4/0ada6918ac79ce4d8d45d0ba436ee21a1ef685047fb1dde4d2de0178b327/pika-0.11.2-py2.py3-none-any.whl Collecting fbmessenger~=5.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/1d/c2/3f74cbd68fcbb9680c4bf6434f3c08c9d90a0ddd1e94b954db7382264ef7/fbmessenger-5.3.2-py2.py3-none-any.whl Collecting keras~=2.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/5e/10/aa32dad071ce52b5502266b5c659451cfd6ffcbf14e6c8c4f16c0ff5aaab/Keras-2.2.4-py2.py3-none-any.whl Collecting future~=0.16 (from rasa_core) Collecting apscheduler~=3.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/97/3a/fa3213cc325091b7729616594611fff31d72c2d4d590418c3efdf7424ae2/APScheduler-3.5.3-py2.py3-none-any.whl Collecting rasa-core-sdk~=0.12.1 (from rasa_core) Using cached https://files.pythonhosted.org/packages/ca/22/31af18238cdfbf44acf1b28181a476ab3f01774b64dafdf0b32865d15c63/rasa_core_sdk-0.12.1-py2.py3-none-any.whl Collecting numpy~=1.14 (from rasa_core) Using cached https://files.pythonhosted.org/packages/74/68/2b00ba3c7390354db2a1706291750b6b7e911f6f79c0bd2184ae04f3c6fd/numpy-1.15.4-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl Collecting jsonschema~=2.6 (from rasa_core) Using cached https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl Collecting rasa-nlu~=0.13.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/a5/d2/2e6a081f3d222df01a3d941d7029e52c20619d53d557e721f096962d7293/rasa_nlu-0.13.8-py2.py3-none-any.whl Collecting PyInquirer~=1.0 (from rasa_core) Collecting slackclient~=1.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/0d/2f/1378e64a843a5a8a83d73caa59ac88c36c67e2b41ac0fab3422080ff13bd/slackclient-1.3.0-py2.py3-none-any.whl Collecting pydot~=1.2 (from rasa_core) Using cached https://files.pythonhosted.org/packages/53/11/9db5c788f5ad05438b7c2a07fd7edd9820b7f3d95bb0690a16f7bf426204/pydot-1.4.0-py2.py3-none-any.whl Collecting networkx~=2.0 (from rasa_core) Collecting python-socketio~=2.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/9d/9e/d3bed5e0c5314a8fb6103194033d77a875f25b2970eb1efc575fd4fde12f/python_socketio-2.1.0-py2.py3-none-any.whl Collecting fakeredis~=0.10.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/64/bd/2756ddf350c4bb308e3255f9dcd6610f8b01344947bf74d5d166dc66b0a2/fakeredis-0.10.3-py2.py3-none-any.whl Collecting h5py~=2.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/44/81/50a0560aac57a33c2a624d9e160735f39d7a6324e3f6f115425a1bf01dd9/h5py-2.8.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl Collecting ConfigArgParse~=0.13.0 (from rasa_core) Collecting gevent~=1.2 (from rasa_core) Using cached https://files.pythonhosted.org/packages/fb/60/51e8914e51755095bb513f666fb25a9a52ed69fdda18ff199fe2041a46f3/gevent-1.3.7-cp36-cp36m-macosx_10_6_intel.whl Collecting python-dateutil~=2.7 (from rasa_core) Using cached https://files.pythonhosted.org/packages/74/68/d87d9b36af36f44254a8d512cbfc48369103a3b9e474be9bdfe536abfc45/python_dateutil-2.7.5-py2.py3-none-any.whl Collecting pymongo~=3.5 (from rasa_core) Using cached https://files.pythonhosted.org/packages/b6/89/f489ad916e8543c976b67d99a46c4bd7e72bf59c3afb323703fe369332bd/pymongo-3.7.2-cp36-cp36m-macosx_10_9_x86_64.whl Collecting six~=1.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl Collecting requests~=2.20 (from rasa_core) Using cached https://files.pythonhosted.org/packages/ff/17/5cbb026005115301a8fb2f9b0e3e8d32313142fe8b617070e7baad20554f/requests-2.20.1-py2.py3-none-any.whl Collecting flask~=1.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl Collecting colorclass~=2.2 (from rasa_core) Collecting pytz~=2018.4 (from rasa_core) Using cached https://files.pythonhosted.org/packages/f8/0e/2365ddc010afb3d79147f1dd544e5ee24bf4ece58ab99b16fbb465ce6dc0/pytz-2018.7-py2.py3-none-any.whl Collecting redis~=2.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/3b/f6/7a76333cf0b9251ecf49efff635015171843d9b977e4ffcf59f9c4428052/redis-2.10.6-py2.py3-none-any.whl Collecting typing~=3.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/4a/bd/eee1157fc2d8514970b345d69cb9975dcd1e42cd7e61146ed841f6e68309/typing-3.6.6-py3-none-any.whl Collecting flask-cors~=3.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/65/cb/683f71ff8daa3aea0a5cbb276074de39f9ab66d3fbb8ad5efb5bb83e90d2/Flask_Cors-3.0.7-py2.py3-none-any.whl Collecting rocketchat-API~=0.6.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/b6/6f/c8144e211a781d36c2bed33954c8300c4f1049d4eb4a546a0399c555e784/rocketchat_API-0.6.24-py3-none-any.whl Collecting pyyaml~=3.12 (from rasa_core) Collecting packaging~=17.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/ad/c2/b500ea05d5f9f361a562f089fc91f77ed3b4783e13a08a3daf82069b1224/packaging-17.1-py2.py3-none-any.whl Collecting terminaltables~=3.1 (from rasa_core) Collecting twilio~=6.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/db/b5/278588b3a10aca78fea3795b8099e74e4be5b50cd779bd4accbfaac1ec48/twilio-6.21.0-py2.py3-none-any.whl Collecting colorhash~=1.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/0e/e1/50dbc513aa74e99eca4c47f2a8206711f0bec436fdddd95eebaf7eaaa1aa/colorhash-1.0.2-py2.py3-none-any.whl Collecting tqdm~=4.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/91/55/8cb23a97301b177e9c8e3226dba45bb454411de2cbd25746763267f226c2/tqdm-4.28.1-py2.py3-none-any.whl Collecting flask-jwt-simple~=0.0.3 (from rasa_core) Collecting scikit-learn~=0.19.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/cf/db/f6375ee4b604209d88447bffab074f236d5357a4f6fa38901362311ed18d/scikit_learn-0.19.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl Collecting ruamel.yaml~=0.15.0 (from rasa_core) Using cached https://files.pythonhosted.org/packages/39/00/ea9a7357a63f2adc48e94696f698556cd006f390fa491118bf3c76f7388a/ruamel.yaml-0.15.80-cp36-cp36m-macosx_10_9_x86_64.whl Collecting humanfriendly>=4.7 (from coloredlogs~=10.0->rasa_core) Using cached https://files.pythonhosted.org/packages/79/1e/13d96248e3fcaa7777b61fa889feab44865c85e524bbd667acfa0d8b66e3/humanfriendly-4.17-py2.py3-none-any.whl Requirement already satisfied: certifi in /Users/btibert/miniconda3/envs/rasabot/lib/python3.6/site-packages (from python-telegram-bot~=10.0->rasa_core) (2018.11.29) Collecting wcwidth (from prompt-toolkit==1.0.14->rasa_core) Using cached https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl Collecting astor>=0.6.0 (from tensorflow==1.10.0->rasa_core) Using cached https://files.pythonhosted.org/packages/35/6b/11530768cac581a12952a2aad00e1526b89d242d0b9f59534ef6e6a1752f/astor-0.7.1-py2.py3-none-any.whl Collecting absl-py>=0.1.6 (from tensorflow==1.10.0->rasa_core) Collecting grpcio>=1.8.6 (from tensorflow==1.10.0->rasa_core) Using cached https://files.pythonhosted.org/packages/5f/1e/61db56d478ca2e9a8f58172f619c08db5010c4fd2897d2baaff0d9c4f8a3/grpcio-1.16.1-cp36-cp36m-macosx_10_7_intel.whl Collecting tensorboard<1.11.0,>=1.10.0 (from tensorflow==1.10.0->rasa_core) Using cached https://files.pythonhosted.org/packages/c6/17/ecd918a004f297955c30b4fffbea100b1606c225dbf0443264012773c3ff/tensorboard-1.10.0-py3-none-any.whl Collecting gast>=0.2.0 (from tensorflow==1.10.0->rasa_core) Collecting termcolor>=1.1.0 (from tensorflow==1.10.0->rasa_core) Requirement already satisfied: wheel>=0.26 in /Users/btibert/miniconda3/envs/rasabot/lib/python3.6/site-packages (from tensorflow==1.10.0->rasa_core) (0.32.3) Collecting setuptools<=39.1.0 (from tensorflow==1.10.0->rasa_core) Using cached https://files.pythonhosted.org/packages/8c/10/79282747f9169f21c053c562a0baa21815a8c7879be97abd930dbcf862e8/setuptools-39.1.0-py2.py3-none-any.whl Collecting protobuf>=3.6.0 (from tensorflow==1.10.0->rasa_core) Using cached https://files.pythonhosted.org/packages/c7/27/133f225035b9539f2dcfebcdf9a69ff0152f56e0120160ec5c972ea7deb9/protobuf-3.6.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl Collecting requests-toolbelt (from webexteamssdk~=1.0->rasa_core) Using cached https://files.pythonhosted.org/packages/97/8a/d710f792d6f6ecc089c5e55b66e66c3f2f35516a1ede5a8f54c13350ffb0/requests_toolbelt-0.8.0-py2.py3-none-any.whl Collecting docopt>=0.6.2 (from pykwalify<=1.6.0->rasa_core) Collecting keras-applications>=1.0.6 (from keras~=2.0->rasa_core) Using cached https://files.pythonhosted.org/packages/3f/c4/2ff40221029f7098d58f8d7fb99b97e8100f3293f9856f0fb5834bef100b/Keras_Applications-1.0.6-py2.py3-none-any.whl Collecting keras-preprocessing>=1.0.5 (from keras~=2.0->rasa_core) Using cached https://files.pythonhosted.org/packages/fc/94/74e0fa783d3fc07e41715973435dd051ca89c550881b3454233c39c73e69/Keras_Preprocessing-1.0.5-py2.py3-none-any.whl Collecting scipy>=0.14 (from keras~=2.0->rasa_core) Using cached https://files.pythonhosted.org/packages/a0/b6/70bf61c1badb5fea82d4c558e05e76c2dee5e77bb072fe465d7c7a87287d/scipy-1.1.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl Collecting tzlocal>=1.2 (from apscheduler~=3.0->rasa_core) Collecting klein (from rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/8a/6b/adc97a7bb3fb781fdd9e49177ad873c1479f87b9745271cbeda81cbb9cc8/klein-17.10.0-py2.py3-none-any.whl Collecting boto3 (from rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/bf/a1/2fedb80d3eefe024580aaff3e81106058b6f99698295edfca51199162bd5/boto3-1.9.57-py2.py3-none-any.whl Collecting pathlib (from rasa-nlu~=0.13.0->rasa_core) Collecting matplotlib~=2.0 (from rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/25/0e/a5f748160edcbc0f0bd3593e9802469397934da0b99aa2c7a8c3ae915d77/matplotlib-2.2.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl Collecting cloudpickle (from rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/fc/87/7b7ef3038b4783911e3fdecb5c566e3a817ce3e890e164fc174c088edb1e/cloudpickle-0.6.1-py2.py3-none-any.whl Collecting simplejson (from rasa-nlu~=0.13.0->rasa_core) Collecting regex>=2016.11.21 (from PyInquirer~=1.0->rasa_core) Using cached https://files.pythonhosted.org/packages/16/07/ee3e02770ed456a088b90da7c9b1e9aa227e3c956d37b845cef2aab93764/regex-2018.11.22.tar.gz Collecting Pygments>=2.2.0 (from PyInquirer~=1.0->rasa_core) Using cached https://files.pythonhosted.org/packages/fc/41/4f900a7852e25bb9350b4e3ee8c4aba0ee32abefd401456962b25f954823/Pygments-2.3.0-py2.py3-none-any.whl Collecting websocket-client<1.0a0,>=0.35 (from slackclient~=1.0->rasa_core) Using cached https://files.pythonhosted.org/packages/26/2d/f749a5c82f6192d77ed061a38e02001afcba55fe8477336d26a950ab17ce/websocket_client-0.54.0-py2.py3-none-any.whl Collecting pyparsing>=2.1.4 (from pydot~=1.2->rasa_core) Using cached https://files.pythonhosted.org/packages/71/e8/6777f6624681c8b9701a8a0a5654f3eb56919a01a78e12bf3c73f5a3c714/pyparsing-2.3.0-py2.py3-none-any.whl Collecting decorator>=4.3.0 (from networkx~=2.0->rasa_core) Using cached https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl Collecting python-engineio>=2.2.0 (from python-socketio~=2.0->rasa_core) Using cached https://files.pythonhosted.org/packages/49/d7/ac3079705318f92ffc8d202ddcf55a62e0a1eb2d7e19c25363c0d4933091/python_engineio-3.0.0-py2.py3-none-any.whl Collecting greenlet>=0.4.14; platform_python_implementation == "CPython" (from gevent~=1.2->rasa_core) Using cached https://files.pythonhosted.org/packages/f8/e8/b30ae23b45f69aa3f024b46064c0ac8e5fcb4f22ace0dca8d6f9c8bbe5e7/greenlet-0.4.15.tar.gz Collecting idna<2.8,>=2.5 (from requests~=2.20->rasa_core) Using cached https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl Collecting chardet<3.1.0,>=3.0.2 (from requests~=2.20->rasa_core) Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl Collecting urllib3<1.25,>=1.21.1 (from requests~=2.20->rasa_core) Using cached https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl Collecting itsdangerous>=0.24 (from flask~=1.0->rasa_core) Using cached https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl Collecting click>=5.1 (from flask~=1.0->rasa_core) Using cached https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl Collecting Jinja2>=2.10 (from flask~=1.0->rasa_core) Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl Collecting Werkzeug>=0.14 (from flask~=1.0->rasa_core) Using cached https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl Collecting PyJWT>=1.4.2 (from twilio~=6.0->rasa_core) Using cached https://files.pythonhosted.org/packages/02/9b/16c92330f1fb76e3f6372ba6f804d412ec894ee1d9ea31516269b5f6add4/PyJWT-1.7.0-py2.py3-none-any.whl Collecting pysocks; python_version >= "3.0" (from twilio~=6.0->rasa_core) Collecting markdown>=2.6.8 (from tensorboard<1.11.0,>=1.10.0->tensorflow==1.10.0->rasa_core) Using cached https://files.pythonhosted.org/packages/7a/6b/5600647404ba15545ec37d2f7f58844d690baf2f81f3a60b862e48f29287/Markdown-3.0.1-py2.py3-none-any.whl Collecting Twisted>=15.5 (from klein->rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/5d/0e/a72d85a55761c2c3ff1cb968143a2fd5f360220779ed90e0fadf4106d4f2/Twisted-18.9.0.tar.bz2 Collecting incremental (from klein->rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/f5/1d/c98a587dc06e107115cf4a58b49de20b19222c83d75335a192052af4c4b7/incremental-17.5.0-py2.py3-none-any.whl Collecting botocore<1.13.0,>=1.12.57 (from boto3->rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/f1/37/eb8f5a76e1cb16ecabb7c92f7504c37030c8b727d550021b2bb34dc2a082/botocore-1.12.57-py2.py3-none-any.whl Collecting jmespath<1.0.0,>=0.7.1 (from boto3->rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/b7/31/05c8d001f7f87f0f07289a5fc0fc3832e9a57f2dbd4d3b0fee70e0d51365/jmespath-0.9.3-py2.py3-none-any.whl Collecting s3transfer<0.2.0,>=0.1.10 (from boto3->rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/d7/14/2a0004d487464d120c9fb85313a75cd3d71a7506955be458eebfe19a6b1d/s3transfer-0.1.13-py2.py3-none-any.whl Collecting cycler>=0.10 (from matplotlib~=2.0->rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl Collecting kiwisolver>=1.0.1 (from matplotlib~=2.0->rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/fb/96/619db9bf08f652790fa9f3c3884a67dc43da4bdaa185a5aa2117eb4651e1/kiwisolver-1.0.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl Collecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask~=1.0->rasa_core) Using cached https://files.pythonhosted.org/packages/da/fc/2979c425ad23d528d6ac2e1f3efdc28e572fa1e1fbd5a75171cbdd7ddaa5/MarkupSafe-1.1.0-cp36-cp36m-macosx_10_6_intel.whl Collecting zope.interface>=4.4.2 (from Twisted>=15.5->klein->rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/f8/11/0d2c7017ee0014801251470b4ace8590ff6f8acdf431b04e08cdb2661246/zope.interface-4.6.0-cp36-cp36m-macosx_10_6_intel.whl Collecting constantly>=15.1 (from Twisted>=15.5->klein->rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/b9/65/48c1909d0c0aeae6c10213340ce682db01b48ea900a7d9fce7a7910ff318/constantly-15.1.0-py2.py3-none-any.whl Collecting Automat>=0.3.0 (from Twisted>=15.5->klein->rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/a3/86/14c16bb98a5a3542ed8fed5d74fb064a902de3bdd98d6584b34553353c45/Automat-0.7.0-py2.py3-none-any.whl Collecting hyperlink>=17.1.1 (from Twisted>=15.5->klein->rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/a7/b6/84d0c863ff81e8e7de87cff3bd8fd8f1054c227ce09af1b679a8b17a9274/hyperlink-18.0.0-py2.py3-none-any.whl Collecting PyHamcrest>=1.9.0 (from Twisted>=15.5->klein->rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/9a/d5/d37fd731b7d0e91afcc84577edeccf4638b4f9b82f5ffe2f8b62e2ddc609/PyHamcrest-1.9.0-py2.py3-none-any.whl Collecting attrs>=17.4.0 (from Twisted>=15.5->klein->rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/3a/e1/5f9023cc983f1a628a8c2fd051ad19e76ff7b142a0faf329336f9a62a514/attrs-18.2.0-py2.py3-none-any.whl Collecting docutils>=0.10 (from botocore<1.13.0,>=1.12.57->boto3->rasa-nlu~=0.13.0->rasa_core) Using cached https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl Building wheels for collected packages: regex, greenlet, Twisted Running setup.py bdist_wheel for regex ... error Complete output from command /Users/btibert/miniconda3/envs/rasabot/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/3q/1pftpjmn10g71rfc9p775sn80000gn/T/pip-install-eddk3a1w/regex/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 /private/var/folders/3q/1pftpjmn10g71rfc9p775sn80000gn/T/pip-wheel-dhrdx4_j --python-tag cp36: running bdist_wheel running build running build_py creating build creating build/lib.macosx-10.9-x86_64-3.6 copying regex_3/regex.py -> build/lib.macosx-10.9-x86_64-3.6 copying regex_3/_regex_core.py -> build/lib.macosx-10.9-x86_64-3.6 copying regex_3/test_regex.py -> build/lib.macosx-10.9-x86_64-3.6 running build_ext building '_regex' extension creating build/temp.macosx-10.9-x86_64-3.6 creating build/temp.macosx-10.9-x86_64-3.6/regex_3 clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/btibert/miniconda3/envs/rasabot/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/btibert/miniconda3/envs/rasabot/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/btibert/miniconda3/envs/rasabot/include/python3.6m -c regex_3/_regex.c -o build/temp.macosx-10.9-x86_64-3.6/regex_3/_regex.o In file included from regex_3/_regex.c:46: /Users/btibert/miniconda3/envs/rasabot/include/python3.6m/Python.h:25:10: fatal error: 'stdio.h' file not found #include ^~~~~~~~~ 1 error generated. error: command 'clang' failed with exit status 1 ---------------------------------------- Failed building wheel for regex Running setup.py clean for regex Running setup.py bdist_wheel for greenlet ... error Complete output from command /Users/btibert/miniconda3/envs/rasabot/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/3q/1pftpjmn10g71rfc9p775sn80000gn/T/pip-install-eddk3a1w/greenlet/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 /private/var/folders/3q/1pftpjmn10g71rfc9p775sn80000gn/T/pip-wheel-0d4lxw6m --python-tag cp36: running bdist_wheel running build running build_ext building 'greenlet' extension creating build creating build/temp.macosx-10.9-x86_64-3.6 clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/btibert/miniconda3/envs/rasabot/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/btibert/miniconda3/envs/rasabot/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/btibert/miniconda3/envs/rasabot/include/python3.6m -c greenlet.c -o build/temp.macosx-10.9-x86_64-3.6/greenlet.o In file included from greenlet.c:5: In file included from ./greenlet.h:8: /Users/btibert/miniconda3/envs/rasabot/include/python3.6m/Python.h:25:10: fatal error: 'stdio.h' file not found #include ^~~~~~~~~ 1 error generated. error: command 'clang' failed with exit status 1 ---------------------------------------- Failed building wheel for greenlet Running setup.py clean for greenlet Running setup.py bdist_wheel for Twisted ... error Complete output from command /Users/btibert/miniconda3/envs/rasabot/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/3q/1pftpjmn10g71rfc9p775sn80000gn/T/pip-install-eddk3a1w/Twisted/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 /private/var/folders/3q/1pftpjmn10g71rfc9p775sn80000gn/T/pip-wheel-uo4pw2wy --python-tag cp36: running bdist_wheel running build running build_py creating build creating build/lib.macosx-10.9-x86_64-3.6 creating build/lib.macosx-10.9-x86_64-3.6/twisted copying src/twisted/copyright.py -> build/lib.macosx-10.9-x86_64-3.6/twisted copying src/twisted/_version.py -> build/lib.macosx-10.9-x86_64-3.6/twisted copying src/twisted/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted copying src/twisted/plugin.py -> build/lib.macosx-10.9-x86_64-3.6/twisted copying src/twisted/__main__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted creating build/lib.macosx-10.9-x86_64-3.6/twisted/words copying src/twisted/words/service.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words copying src/twisted/words/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words copying src/twisted/words/iwords.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words copying src/twisted/words/xmpproutertap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words copying src/twisted/words/tap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words copying src/twisted/words/ewords.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words creating build/lib.macosx-10.9-x86_64-3.6/twisted/names copying src/twisted/names/server.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names copying src/twisted/names/resolve.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names copying src/twisted/names/error.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names copying src/twisted/names/dns.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names copying src/twisted/names/client.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names copying src/twisted/names/secondary.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names copying src/twisted/names/cache.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names copying src/twisted/names/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names copying src/twisted/names/hosts.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names copying src/twisted/names/_rfc1982.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names copying src/twisted/names/tap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names copying src/twisted/names/common.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names copying src/twisted/names/authority.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names copying src/twisted/names/root.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names copying src/twisted/names/srvconnect.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names creating build/lib.macosx-10.9-x86_64-3.6/twisted/logger copying src/twisted/logger/_json.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger copying src/twisted/logger/_levels.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger copying src/twisted/logger/_stdlib.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger copying src/twisted/logger/_flatten.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger copying src/twisted/logger/_observer.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger copying src/twisted/logger/_io.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger copying src/twisted/logger/_filter.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger copying src/twisted/logger/_buffer.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger copying src/twisted/logger/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger copying src/twisted/logger/_file.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger copying src/twisted/logger/_logger.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger copying src/twisted/logger/_format.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger copying src/twisted/logger/_util.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger copying src/twisted/logger/_global.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger copying src/twisted/logger/_legacy.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger creating build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/plugin_extra1.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/process_cmdline.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_ident.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/myrebuilder1.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/reflect_helper_IE.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_tcp_internals.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/reflect_helper_ZDE.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_unix.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_sob.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_strerror.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_producer.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_fdesc.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_defer.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_amp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_task.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_socks.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_loopback.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_adbapi.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/process_stdinreader.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_plugin.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/process_echoer.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_monkey.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_htb.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/process_signal.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/testutils.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_abstract.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_stdio.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_dirdbm.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/process_getargv.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/proto_helpers.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_pcp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_postfix.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_strports.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_iosim.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_roots.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_lockfile.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/plugin_basic.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_internet.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_formmethod.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_usage.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/process_tester.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_writeseq.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_finger.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_log.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_sip.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/crash_test_dummy.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/process_tty.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/process_fds.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_twistd.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_twisted.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_shortcut.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_threadpool.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/mock_win32process.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_process.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_ssl.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_text.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_lastwrite.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_nooldstyle.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_ftp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_error.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_cooperator.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_policies.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_compat.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_logfile.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_halfclose.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_threads.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_failure.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_stringtransport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_ftp_options.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_randbytes.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_paths.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_context.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_write.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_stateful.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_tcp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_defgen.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_application.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/reflect_helper_VE.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_tpfile.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_factories.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_rebuild.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_sslverify.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/ssl_helpers.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_persisted.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_hostpeer.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_udp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_reflect.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_loseconn.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/process_linger.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_threadable.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_memcache.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_iutils.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/process_reader.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_main.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_modules.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/plugin_extra2.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/myrebuilder2.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/process_twisted.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/iosim.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_dict.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/test_protocols.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/process_getenv.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/stdio_test_consumer.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/enterprise copying src/twisted/enterprise/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/enterprise copying src/twisted/enterprise/adbapi.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/enterprise creating build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/_tzhelper.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/deprecate.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/randbytes.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/threadable.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/release.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/lockfile.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/compat.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/_release.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/log.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/util.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/_url.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/systemd.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/threadpool.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/_inotify.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/zipstream.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/urlpath.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/constants.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/htmlizer.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/_textattributes.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/zippath.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/win32.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/runtime.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/sendmsg.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/url.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/_appdirs.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/logfile.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/context.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/fakepwd.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/failure.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/text.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/syslog.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/monkey.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/formmethod.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/procutils.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/filepath.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/versions.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/modules.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/_oldstyle.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/components.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/shortcut.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/_shellcomp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/usage.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/roots.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/rebuild.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/reflect.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python copying src/twisted/python/_setup.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python creating build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_portforward.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_names.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_words.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_core.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_socks.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/cred_anonymous.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/cred_memory.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_conch.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_inet.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/cred_sshkeys.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_web.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/cred_unix.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_ftp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_runner.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_reactors.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/twisted_trial.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins copying src/twisted/plugins/cred_file.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/plugins creating build/lib.macosx-10.9-x86_64-3.6/twisted/mail copying src/twisted/mail/interfaces.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail copying src/twisted/mail/_except.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail copying src/twisted/mail/imap4.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail copying src/twisted/mail/_cred.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail copying src/twisted/mail/protocols.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail copying src/twisted/mail/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail copying src/twisted/mail/pop3.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail copying src/twisted/mail/relay.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail copying src/twisted/mail/smtp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail copying src/twisted/mail/pop3client.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail creating build/lib.macosx-10.9-x86_64-3.6/twisted/trial copying src/twisted/trial/unittest.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial copying src/twisted/trial/runner.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial copying src/twisted/trial/util.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial copying src/twisted/trial/reporter.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial copying src/twisted/trial/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial copying src/twisted/trial/_synctest.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial copying src/twisted/trial/_asynctest.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial copying src/twisted/trial/_asyncrunner.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial copying src/twisted/trial/itrial.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial copying src/twisted/trial/__main__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial creating build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/_http2.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/twcgi.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/distrib.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/server.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/error.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/vhost.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/_flatten.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/xmlrpc.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/util.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/proxy.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/_responses.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/client.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/html.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/resource.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/iweb.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/_element.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/sux.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/http_headers.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/_newclient.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/tap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/_stan.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/http.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/domhelpers.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/microdom.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/static.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/template.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/guard.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/script.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/demo.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/rewrite.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web copying src/twisted/web/wsgi.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web creating build/lib.macosx-10.9-x86_64-3.6/twisted/runner copying src/twisted/runner/inetd.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/runner copying src/twisted/runner/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/runner copying src/twisted/runner/inetdtap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/runner copying src/twisted/runner/procmontap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/runner copying src/twisted/runner/procmon.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/runner copying src/twisted/runner/inetdconf.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/runner creating build/lib.macosx-10.9-x86_64-3.6/twisted/persisted copying src/twisted/persisted/sob.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/persisted copying src/twisted/persisted/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/persisted copying src/twisted/persisted/aot.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/persisted copying src/twisted/persisted/styles.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/persisted copying src/twisted/persisted/dirdbm.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/persisted copying src/twisted/persisted/crefutil.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/persisted creating build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/interfaces.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/telnet.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/manhole_tap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/ttymodes.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/unix.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/error.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/mixin.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/checkers.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/recvline.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/manhole_ssh.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/manhole.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/ls.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/avatar.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/tap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/stdio.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch copying src/twisted/conch/endpoints.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch creating build/lib.macosx-10.9-x86_64-3.6/twisted/positioning copying src/twisted/positioning/nmea.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/positioning copying src/twisted/positioning/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/positioning copying src/twisted/positioning/_sentence.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/positioning copying src/twisted/positioning/ipositioning.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/positioning copying src/twisted/positioning/base.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/positioning creating build/lib.macosx-10.9-x86_64-3.6/twisted/spread copying src/twisted/spread/pb.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/spread copying src/twisted/spread/interfaces.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/spread copying src/twisted/spread/util.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/spread copying src/twisted/spread/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/spread copying src/twisted/spread/jelly.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/spread copying src/twisted/spread/banana.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/spread copying src/twisted/spread/flavors.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/spread copying src/twisted/spread/publish.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/spread creating build/lib.macosx-10.9-x86_64-3.6/twisted/cred copying src/twisted/cred/portal.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/cred copying src/twisted/cred/error.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/cred copying src/twisted/cred/checkers.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/cred copying src/twisted/cred/credentials.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/cred copying src/twisted/cred/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/cred copying src/twisted/cred/_digest.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/cred copying src/twisted/cred/strcred.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/cred creating build/lib.macosx-10.9-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_convenience.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_pool.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/_threads copying src/twisted/_threads/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_team.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_ithreads.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_threadworker.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/_threads copying src/twisted/_threads/_memory.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/_threads creating build/lib.macosx-10.9-x86_64-3.6/twisted/tap copying src/twisted/tap/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/tap copying src/twisted/tap/socks.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/tap copying src/twisted/tap/portforward.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/tap copying src/twisted/tap/ftp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/tap creating build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/abstract.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/_signals.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/interfaces.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/_pollingfile.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/tksupport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/address.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/glib2reactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/task.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/epollreactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/_threadedselect.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/reactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/_posixstdio.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/unix.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/asyncioreactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/_sslverify.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/error.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/kqreactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/_dumbwin32proc.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/inotify.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/_win32serialport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/pollreactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/protocol.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/_baseprocess.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/_glibbase.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/selectreactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/serialport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/_posixserialport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/tcp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/win32eventreactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/default.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/_win32stdio.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/_resolver.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/threads.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/cfreactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/_newtls.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/udp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/gireactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/utils.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/fdesc.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/defer.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/posixbase.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/gtk2reactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/process.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/wxsupport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/wxreactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/stdio.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/pyuisupport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/main.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/ssl.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/_producer_helpers.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/endpoints.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/_idna.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/base.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet copying src/twisted/internet/gtk3reactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet creating build/lib.macosx-10.9-x86_64-3.6/twisted/scripts copying src/twisted/scripts/twistd.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/scripts copying src/twisted/scripts/trial.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/scripts copying src/twisted/scripts/htmlizer.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/scripts copying src/twisted/scripts/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/scripts copying src/twisted/scripts/_twistd_unix.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/scripts copying src/twisted/scripts/_twistw.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/scripts creating build/lib.macosx-10.9-x86_64-3.6/twisted/application copying src/twisted/application/service.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application copying src/twisted/application/internet.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application copying src/twisted/application/strports.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application copying src/twisted/application/reactors.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application copying src/twisted/application/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application copying src/twisted/application/app.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application creating build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/pcp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/sip.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/amp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/loopback.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/htb.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/postfix.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/tls.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/wire.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/ident.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/memcache.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/basic.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/socks.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/dict.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/portforward.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/policies.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/ftp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/stateful.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols copying src/twisted/protocols/finger.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols creating build/lib.macosx-10.9-x86_64-3.6/twisted/pair copying src/twisted/pair/rawudp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/pair copying src/twisted/pair/raw.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/pair copying src/twisted/pair/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/pair copying src/twisted/pair/ethernet.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/pair copying src/twisted/pair/ip.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/pair copying src/twisted/pair/tuntap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/pair copying src/twisted/pair/testing.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/pair creating build/lib.macosx-10.9-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/xmlstream.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/utility.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/xpathparser.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/domish.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/xish copying src/twisted/words/xish/xpath.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/xish creating build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_domish.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabberxmlstream.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabberjid.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_ircsupport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_irc.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabbererror.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_xpath.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_service.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_irc_service.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_xmlstream.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabbersasl.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabbersaslmechanisms.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_basesupport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabberclient.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_xmpproutertap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabberxmppstringprep.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_basechat.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabberjstrports.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_xishutil.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_tap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test copying src/twisted/words/test/test_jabbercomponent.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/words/im copying src/twisted/words/im/baseaccount.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/im copying src/twisted/words/im/interfaces.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/im copying src/twisted/words/im/pbsupport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/im copying src/twisted/words/im/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/im copying src/twisted/words/im/ircsupport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/im copying src/twisted/words/im/basesupport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/im copying src/twisted/words/im/locals.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/im copying src/twisted/words/im/basechat.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/im creating build/lib.macosx-10.9-x86_64-3.6/twisted/words/protocols copying src/twisted/words/protocols/irc.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/protocols copying src/twisted/words/protocols/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/protocols creating build/lib.macosx-10.9-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/ijabber.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/sasl_mechanisms.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/error.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/xmlstream.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/client.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/jstrports.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/xmpp_stringprep.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/sasl.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/jid.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/protocols/jabber copying src/twisted/words/protocols/jabber/component.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/protocols/jabber creating build/lib.macosx-10.9-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_names.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_resolve.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_rootresolve.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_common.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_srvconnect.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_rfc1982.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names/test copying src/twisted/names/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_dns.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_util.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_server.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_client.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_tap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_hosts.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_examples.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names/test copying src/twisted/names/test/test_cache.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/names/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_flatten.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_buffer.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_filter.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_stdlib.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_levels.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_observer.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_io.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_util.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_file.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_legacy.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_global.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_json.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_format.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test copying src/twisted/logger/test/test_logger.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/logger/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_shellcomp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_release.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_components.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_setup.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_htmlizer.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_syslog.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_zippath.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/deprecatedattributes.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_runtime.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_inotify.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_systemd.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_tzhelper.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_util.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/pullpipe.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_urlpath.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_versions.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_textattributes.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_dist3.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_appdirs.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_sendmsg.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_deprecate.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_fakepwd.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_url.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/modules_helpers.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_zipstream.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/python/test/test_constants.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/mail/test copying src/twisted/mail/test/test_pop3client.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail/test copying src/twisted/mail/test/pop3testserver.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail/test copying src/twisted/mail/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail/test copying src/twisted/mail/test/test_smtp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail/test copying src/twisted/mail/test/test_pop3.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail/test copying src/twisted/mail/test/test_imap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail/test copying src/twisted/mail/test/test_mailmail.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/mail/scripts copying src/twisted/mail/scripts/mailmail.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail/scripts creating build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/worker.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/options.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/workerreporter.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/workertrial.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/disttrial.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/workercommands.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/distreporter.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist copying src/twisted/trial/_dist/managercommands.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist creating build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/suppression.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/skipping.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/scripttest.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/ordertests.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_reporter.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/mockdoctest.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_loader.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_plugins.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_suppression.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_warning.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_script.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/moduleself.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_tests.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/mockcustomsuite3.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_asyncassertions.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_pyunitcompat.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/mockcustomsuite2.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/packages.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_output.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_util.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_testcase.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_log.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_runner.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_doctest.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/detests.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/moduletest.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/novars.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_assertions.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_keyboard.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/sample.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/erroneous.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/test_deferred.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/weird.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test copying src/twisted/trial/test/mockcustomsuite.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_distreporter.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_options.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_workertrial.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_worker.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_disttrial.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist/test copying src/twisted/trial/_dist/test/test_workerreporter.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/trial/_dist/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_cgi.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_flatten.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_xml.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_agent.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_resource.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_distrib.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_static.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_web__responses.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_stan.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_script.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_web.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_html.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/requesthelper.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_domhelpers.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_util.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_httpauth.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_newclient.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_http.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_http_headers.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/_util.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_error.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_vhost.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_proxy.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_webclient.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_xmlrpc.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_wsgi.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_client.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_tap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_http2.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test copying src/twisted/web/test/test_template.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/web/_auth copying src/twisted/web/_auth/digest.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/_auth copying src/twisted/web/_auth/wrapper.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/_auth copying src/twisted/web/_auth/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/_auth copying src/twisted/web/_auth/basic.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/web/_auth creating build/lib.macosx-10.9-x86_64-3.6/twisted/runner/test copying src/twisted/runner/test/test_inetdconf.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/runner/test copying src/twisted/runner/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/runner/test copying src/twisted/runner/test/test_procmontap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/runner/test copying src/twisted/runner/test/test_procmon.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/runner/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/persisted/test copying src/twisted/persisted/test/test_styles.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/persisted/test copying src/twisted/persisted/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/persisted/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ui copying src/twisted/conch/ui/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ui copying src/twisted/conch/ui/tkvt100.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ui copying src/twisted/conch/ui/ansi.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ui creating build/lib.macosx-10.9-x86_64-3.6/twisted/conch/openssh_compat copying src/twisted/conch/openssh_compat/primes.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/openssh_compat copying src/twisted/conch/openssh_compat/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/openssh_compat copying src/twisted/conch/openssh_compat/factory.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/openssh_compat creating build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_unix.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_userauth.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_agent.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_address.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_helper.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_session.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_conch.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_filetransfer.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_manhole_tap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_endpoints.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_connection.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_keys.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/loopback.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_recvline.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_cftp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_checkers.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_manhole.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_channel.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/keydata.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_insults.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_telnet.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_transport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_ssh.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_forwarding.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_text.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_default.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_mixin.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_window.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_knownhosts.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_openssh_compat.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_ckeygen.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_tap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test copying src/twisted/conch/test/test_scripts.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/address.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/service.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/sexpy.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/transport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/forwarding.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/userauth.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/channel.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/session.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/keys.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/factory.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/connection.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/filetransfer.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/common.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/agent.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh copying src/twisted/conch/ssh/_kex.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/ssh creating build/lib.macosx-10.9-x86_64-3.6/twisted/conch/scripts copying src/twisted/conch/scripts/cftp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/scripts copying src/twisted/conch/scripts/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/scripts copying src/twisted/conch/scripts/conch.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/scripts copying src/twisted/conch/scripts/tkconch.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/scripts copying src/twisted/conch/scripts/ckeygen.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/scripts creating build/lib.macosx-10.9-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/options.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/knownhosts.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/connect.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/default.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/agent.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/client copying src/twisted/conch/client/direct.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/client creating build/lib.macosx-10.9-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/window.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/client.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/insults.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/text.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/helper.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/insults copying src/twisted/conch/insults/colors.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/conch/insults creating build/lib.macosx-10.9-x86_64-3.6/twisted/positioning/test copying src/twisted/positioning/test/test_nmea.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/positioning/test copying src/twisted/positioning/test/receiver.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/positioning/test copying src/twisted/positioning/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/positioning/test copying src/twisted/positioning/test/test_sentence.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/positioning/test copying src/twisted/positioning/test/test_base.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/positioning/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/spread/test copying src/twisted/spread/test/test_pbfailure.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/spread/test copying src/twisted/spread/test/test_banana.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/spread/test copying src/twisted/spread/test/test_pb.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/spread/test copying src/twisted/spread/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/spread/test copying src/twisted/spread/test/test_jelly.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/spread/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/test_simpleauth.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/test_digestauth.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/test_strcred.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/test_cramauth.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/cred/test copying src/twisted/cred/test/test_cred.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/cred/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/_threads/test copying src/twisted/_threads/test/test_convenience.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/_threads/test copying src/twisted/_threads/test/test_team.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/_threads/test copying src/twisted/_threads/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/_threads/test copying src/twisted/_threads/test/test_memory.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/_threads/test copying src/twisted/_threads/test/test_threadworker.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/_threads/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/abstract.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/interfaces.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/reactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/tcp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/setup.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/udp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/iocpreactor/const.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/iocpreactor creating build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_baseprocess.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_coroutines.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_udp_internals.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_unix.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/process_gireactornocompat.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/_posixifaces.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_iocp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_posixbase.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_protocol.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_address.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_glibbase.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_gireactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_time.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/process_cli.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_win32events.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_sigchld.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_abstract.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_stdio.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_endpoints.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_core.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_socket.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_pollingfile.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_posixprocess.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/modulehelpers.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_inotify.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/connectionmixins.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_fdset.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/process_connectionlost.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_filedescriptor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_process.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/_win32ifaces.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_default.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_serialport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_kqueuereactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_threads.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_tcp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_tls.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/process_helper.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_inlinecb.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/reactormixins.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_udp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_base.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_main.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_resolver.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_win32serialport.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_newtls.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_asyncioreactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/fakeendpoint.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/test_epollreactor.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/scripts/test copying src/twisted/scripts/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/scripts/test copying src/twisted/scripts/test/test_scripts.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/scripts/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/application/test copying src/twisted/application/test/test_service.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/test copying src/twisted/application/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/test copying src/twisted/application/test/test_internet.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/application/runner copying src/twisted/application/runner/_pidfile.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/runner copying src/twisted/application/runner/_exit.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/runner copying src/twisted/application/runner/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/runner copying src/twisted/application/runner/_runner.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/runner creating build/lib.macosx-10.9-x86_64-3.6/twisted/application/twist copying src/twisted/application/twist/_options.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/twist copying src/twisted/application/twist/_twist.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/twist copying src/twisted/application/twist/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/twist creating build/lib.macosx-10.9-x86_64-3.6/twisted/application/runner/test copying src/twisted/application/runner/test/test_pidfile.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/runner/test copying src/twisted/application/runner/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/runner/test copying src/twisted/application/runner/test/test_runner.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/runner/test copying src/twisted/application/runner/test/test_exit.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/runner/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/application/twist/test copying src/twisted/application/twist/test/test_options.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/twist/test copying src/twisted/application/twist/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/twist/test copying src/twisted/application/twist/test/test_twist.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/application/twist/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/test copying src/twisted/protocols/test/test_basic.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/test copying src/twisted/protocols/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/test copying src/twisted/protocols/test/test_tls.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_wrapper.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_v2parser.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_info.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_interfaces.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_parser.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_v1parser.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/haproxy copying src/twisted/protocols/haproxy/_exceptions.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/haproxy creating build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_parser.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_wrapper.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_v2parser.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/haproxy/test copying src/twisted/protocols/haproxy/test/test_v1parser.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/protocols/haproxy/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/pair/test copying src/twisted/pair/test/test_tuntap.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/pair/test copying src/twisted/pair/test/__init__.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/pair/test copying src/twisted/pair/test/test_rawudp.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/pair/test copying src/twisted/pair/test/test_ip.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/pair/test copying src/twisted/pair/test/test_ethernet.py -> build/lib.macosx-10.9-x86_64-3.6/twisted/pair/test running egg_info writing src/Twisted.egg-info/PKG-INFO writing dependency_links to src/Twisted.egg-info/dependency_links.txt writing entry points to src/Twisted.egg-info/entry_points.txt writing requirements to src/Twisted.egg-info/requires.txt writing top-level names to src/Twisted.egg-info/top_level.txt reading manifest file 'src/Twisted.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.misc' found under directory 'src/twisted' warning: no previously-included files matching '*.bugfix' found under directory 'src/twisted' warning: no previously-included files matching '*.doc' found under directory 'src/twisted' warning: no previously-included files matching '*.feature' found under directory 'src/twisted' warning: no previously-included files matching '*.removal' found under directory 'src/twisted' warning: no previously-included files matching 'NEWS' found under directory 'src/twisted' warning: no previously-included files matching 'README' found under directory 'src/twisted' warning: no previously-included files matching 'newsfragments' found under directory 'src/twisted' warning: no previously-included files found matching 'src/twisted/topfiles/CREDITS' warning: no previously-included files found matching 'src/twisted/topfiles/ChangeLog.Old' warning: no previously-included files found matching 'pyproject.toml' warning: no previously-included files found matching 'codecov.yml' warning: no previously-included files found matching 'appveyor.yml' warning: no previously-included files found matching '.circleci' warning: no previously-included files matching '*' found under directory '.circleci' no previously-included directories found matching 'bin' no previously-included directories found matching 'admin' no previously-included directories found matching '.travis' no previously-included directories found matching '.github' warning: no previously-included files found matching 'docs/historic/2003' warning: no previously-included files matching '*' found under directory 'docs/historic/2003' writing manifest file 'src/Twisted.egg-info/SOURCES.txt' copying src/twisted/test/cert.pem.no_trailing_newline -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/key.pem.no_trailing_newline -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/test/server.pem -> build/lib.macosx-10.9-x86_64-3.6/twisted/test copying src/twisted/python/twisted-completion.zsh -> build/lib.macosx-10.9-x86_64-3.6/twisted/python creating build/lib.macosx-10.9-x86_64-3.6/twisted/python/_pydoctortemplates copying src/twisted/python/_pydoctortemplates/common.html -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/_pydoctortemplates copying src/twisted/python/_pydoctortemplates/index.html -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/_pydoctortemplates copying src/twisted/python/_pydoctortemplates/summary.html -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/_pydoctortemplates copying src/twisted/words/xish/xpathparser.g -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/xish copying src/twisted/words/im/instancemessenger.glade -> build/lib.macosx-10.9-x86_64-3.6/twisted/words/im copying src/twisted/python/test/_deprecatetests.py.3only -> build/lib.macosx-10.9-x86_64-3.6/twisted/python/test copying src/twisted/mail/test/rfc822.message -> build/lib.macosx-10.9-x86_64-3.6/twisted/mail/test copying src/twisted/internet/iocpreactor/notes.txt -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/iocpreactor copying src/twisted/internet/test/_awaittests.py.3only -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test copying src/twisted/internet/test/_yieldfromtests.py.3only -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test creating build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/chain.pem -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/not-a-certificate -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/thing1.pem -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/thing2-duplicate.pem -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test/fake_CAs copying src/twisted/internet/test/fake_CAs/thing2.pem -> build/lib.macosx-10.9-x86_64-3.6/twisted/internet/test/fake_CAs running build_ext building 'twisted.test.raiser' extension creating build/temp.macosx-10.9-x86_64-3.6 creating build/temp.macosx-10.9-x86_64-3.6/src creating build/temp.macosx-10.9-x86_64-3.6/src/twisted creating build/temp.macosx-10.9-x86_64-3.6/src/twisted/test clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/btibert/miniconda3/envs/rasabot/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/btibert/miniconda3/envs/rasabot/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/btibert/miniconda3/envs/rasabot/include/python3.6m -c src/twisted/test/raiser.c -o build/temp.macosx-10.9-x86_64-3.6/src/twisted/test/raiser.o In file included from src/twisted/test/raiser.c:4: /Users/btibert/miniconda3/envs/rasabot/include/python3.6m/Python.h:25:10: fatal error: 'stdio.h' file not found #include ^~~~~~~~~ 1 error generated. error: command 'clang' failed with exit status 1 ---------------------------------------- Failed building wheel for Twisted Running setup.py clean for Twisted Failed to build regex greenlet Twisted tensorflow 1.10.0 has requirement numpy<=1.14.5,>=1.13.3, but you'll have numpy 1.15.4 which is incompatible. Installing collected packages: humanfriendly, coloredlogs, future, python-telegram-bot, wcwidth, six, prompt-toolkit, jsonpickle, astor, absl-py, grpcio, numpy, markdown, setuptools, protobuf, Werkzeug, tensorboard, gast, termcolor, tensorflow, idna, chardet, urllib3, requests, requests-toolbelt, webexteamssdk, mattermostwrapper, pyyaml, docopt, python-dateutil, pykwalify, pika, fbmessenger, h5py, keras-applications, keras-preprocessing, scipy, keras, pytz, tzlocal, apscheduler, ConfigArgParse, greenlet, gevent, itsdangerous, click, MarkupSafe, Jinja2, flask, flask-cors, typing, rasa-core-sdk, jsonschema, pyparsing, packaging, zope.interface, constantly, incremental, attrs, Automat, hyperlink, PyHamcrest, Twisted, klein, jmespath, docutils, botocore, s3transfer, boto3, tqdm, pathlib, cycler, kiwisolver, matplotlib, cloudpickle, simplejson, rasa-nlu, regex, Pygments, PyInquirer, websocket-client, slackclient, pydot, decorator, networkx, python-engineio, python-socketio, redis, fakeredis, pymongo, colorclass, rocketchat-API, terminaltables, PyJWT, pysocks, twilio, colorhash, flask-jwt-simple, scikit-learn, ruamel.yaml, rasa-core Found existing installation: setuptools 40.6.2 Uninstalling setuptools-40.6.2: Successfully uninstalled setuptools-40.6.2 Running setup.py install for greenlet ... error Complete output from command /Users/btibert/miniconda3/envs/rasabot/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/3q/1pftpjmn10g71rfc9p775sn80000gn/T/pip-install-eddk3a1w/greenlet/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/3q/1pftpjmn10g71rfc9p775sn80000gn/T/pip-record-8i9d3qxw/install-record.txt --single-version-externally-managed --compile: running install running build running build_ext building 'greenlet' extension creating build creating build/temp.macosx-10.9-x86_64-3.6 clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/btibert/miniconda3/envs/rasabot/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/btibert/miniconda3/envs/rasabot/include -mmacosx-version-min=10.9 -m64 -fPIC -I/Users/btibert/miniconda3/envs/rasabot/include/python3.6m -c greenlet.c -o build/temp.macosx-10.9-x86_64-3.6/greenlet.o In file included from greenlet.c:5: In file included from ./greenlet.h:8: /Users/btibert/miniconda3/envs/rasabot/include/python3.6m/Python.h:25:10: fatal error: 'stdio.h' file not found #include ^~~~~~~~~ 1 error generated. error: command 'clang' failed with exit status 1 ---------------------------------------- Command "/Users/btibert/miniconda3/envs/rasabot/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/3q/1pftpjmn10g71rfc9p775sn80000gn/T/pip-install-eddk3a1w/greenlet/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/3q/1pftpjmn10g71rfc9p775sn80000gn/T/pip-record-8i9d3qxw/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/3q/1pftpjmn10g71rfc9p775sn80000gn/T/pip-install-eddk3a1w/greenlet/ ``` **Content of domain file** (if used & relevant): ```yaml ```
akelad commented 5 years ago

Thanks for raising this issue, @EPedrotti will get back to you about it soon.

Btibert3 commented 5 years ago

Any updates on this? It seems like creating a new python 3.6 environment with conda and running pip install rasa_core should isolate issues that are not local to my machine, but maybe not. This used to be the way to go for me to stay up to date, now I am not sure the way to move forward. Thanks for such an awesome toolkit.

akelad commented 5 years ago

does this help? https://stackoverflow.com/questions/51761599/cannot-find-stdio-h

Btibert3 commented 5 years ago

Yes, the top voted answer did the trick (which a restart of my machine). I will not overload this ticket, but I also had issues when firing up a remote droplet on Digital Ocean with the same approach. Will reproduce and file as needed. Thanks so much!